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:
authorJoas Schilling <coding@schilljs.com>2016-12-13 22:44:00 +0300
committerJoas Schilling <coding@schilljs.com>2016-12-13 22:44:00 +0300
commit4f32a8b6ef6e575c71882ce1d1275467845d307f (patch)
treec9c8cf3770f1b52da3196465ab02a1e6a78f6dff /version.php
parentedec1fafe789ef54d8e73059b2ee8e0f2b404ce6 (diff)
Increase server version
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'version.php')
-rw-r--r--version.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/version.php b/version.php
index 9d31dd8b0e9..3703bbcb09e 100644
--- a/version.php
+++ b/version.php
@@ -26,12 +26,12 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
-$OC_Version = array(11, 0, 0, 10);
+$OC_Version = array(12, 0, 0, 10);
// The human readable string
-$OC_VersionString = '11.0.0';
+$OC_VersionString = '12.0 alpha';
-$OC_VersionCanBeUpgradedFrom = array(9, 1);
+$OC_VersionCanBeUpgradedFrom = array(11);
// default Nextcloud channel
$OC_Channel = 'git';