Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-11-28 22:21:47 +0300
committerGitHub <noreply@github.com>2017-11-28 22:21:47 +0300
commitaeae9aefe9dc361c40366775c74634b42903219c (patch)
treeed4c79024ab5325f764f36be8f8cb578ac4e5c18
parent90feccf4be7a1d9765e0a8769ce280775810d3fe (diff)
parentb931987cb8925ca2d415353ce28df3dc2049164c (diff)
Merge pull request #7330 from nextcloud/1204-rc3v12.0.4RC3
12.0.4 RC3
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index d556d4cb28a..cab157d6564 100644
--- a/version.php
+++ b/version.php
@@ -26,10 +26,10 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
-$OC_Version = array(12, 0, 4, 1);
+$OC_Version = array(12, 0, 4, 2);
// The human readable string
-$OC_VersionString = '12.0.4 RC2';
+$OC_VersionString = '12.0.4 RC3';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [