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:
authorLukas Reschke <lukas@statuscode.ch>2016-11-15 16:45:58 +0300
committerLukas Reschke <lukas@statuscode.ch>2016-11-15 16:45:58 +0300
commitbc1008ac389c368cef0d50e3355c16c192c68848 (patch)
treef42d3d94932a253a2c26ec7be7bce726c654f4cb /version.php
parent571c5aac5e87deee1933f605d366060a82323621 (diff)
Use 11.0 instead 9.2
As discussed we're changing the version from 9.2 to 11.0 to make some more sense. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'version.php')
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index e6de2e2bde0..42a0e7c9bdb 100644
--- a/version.php
+++ b/version.php
@@ -25,7 +25,7 @@
// We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
-$OC_Version = array(9, 2, 0, 5);
+$OC_Version = array(11, 0, 0, 0);
// The human readable string
$OC_VersionString = '11.0 alpha';