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-09-12 17:12:06 +0300
committerGitHub <noreply@github.com>2017-09-12 17:12:06 +0300
commit499699f37b1b5acc9fbfc269804160ad87934d99 (patch)
treebdf4e1e5864f106bef4f1318e0b39f16d4711726
parentcb6178b82888c46ad98f45b6b365bb2996c322d1 (diff)
parent9dbb77b5e67046239812b6ea067009290d556032 (diff)
Merge pull request #6466 from nextcloud/12-0-3-rc1v12.0.3RC1
12.0.3 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 3067923a57d..8faa8d678f8 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, 1, 6);
+$OC_Version = array(12, 0, 3, 0);
// The human readable string
-$OC_VersionString = '12.0.1';
+$OC_VersionString = '12.0.3 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [