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>2018-10-04 18:35:20 +0300
committerGitHub <noreply@github.com>2018-10-04 18:35:20 +0300
commit7d7daed49eeeb6c0056776c4fa4d5a9f492906b6 (patch)
tree7d425eb2c844bc24f170e9618938a46b2ed06c00 /version.php
parent118e86f3ce3f73da59a4ce11234bd0c4f94ab625 (diff)
parent9e28fb8a3dcd7741d088cab3e1c4ff0593913651 (diff)
Merge pull request #11590 from nextcloud/version/noid/12.0.12RC1v12.0.12RC112.0.12RC1
12.0.12 RC 1
Diffstat (limited to 'version.php')
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index cf69f07b035..c7df9be4ae4 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, 11, 1);
+$OC_Version = array(12, 0, 12, 0);
// The human readable string
-$OC_VersionString = '12.0.11';
+$OC_VersionString = '12.0.12 RC 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [