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-07 17:25:48 +0300
committerLukas Reschke <lukas@statuscode.ch>2016-12-07 17:25:48 +0300
commit1ddc8286f4393744ea3cd0cf0a69e9a46910bdba (patch)
tree3552422c350130d6d6229b5327941ef0b275e0b3 /version.php
parent4bfd4bdd2df6739ef191c19d91e3e77ce42f706b (diff)
Increase versionto 11 RC1
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 ddc83aa095f..798c1f19a6b 100644
--- a/version.php
+++ b/version.php
@@ -29,7 +29,7 @@
$OC_Version = array(11, 0, 0, 5);
// The human readable string
-$OC_VersionString = '11.0 beta 2';
+$OC_VersionString = '11.0 RC1';
$OC_VersionCanBeUpgradedFrom = array(9, 1);