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-12-12 18:03:17 +0300
committerLukas Reschke <lukas@statuscode.ch>2016-12-12 18:03:17 +0300
commit7c1ffe231e89c0e5db41ff4efe9c7eb56e9aa620 (patch)
tree41b7e64275ab8819efa7daae7d0eac2835a1f09d /version.php
parentf46e02210e29a046aab8c3911d8a168857914375 (diff)
Increase version to 11.0.0
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
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 c4121409e93..3f61aa03b7e 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(11, 0, 0, 7);
+$OC_Version = array(11, 0, 0, 8);
// The human readable string
-$OC_VersionString = '11.0 RC2';
+$OC_VersionString = '11.0.0';
$OC_VersionCanBeUpgradedFrom = array(9, 1);