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-28 18:22:24 +0300
committerLukas Reschke <lukas@statuscode.ch>2016-11-28 18:22:24 +0300
commit05c4d28d8d9b7e8a6d73c6cb1a87d106b0a517cd (patch)
tree497ffae845c4016d8ead3432131ed0007c03cf3b /version.php
parenta12d2e67e74874c7260d72c9a8fca87cdfd346a1 (diff)
Increase version to Beta 2
Just as a precaution already so we can easily ship this via the updater to the beta channel properly to Beta 1 users 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 47c3ca4f236..bb44d3f2647 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, 4);
+$OC_Version = array(11, 0, 0, 5);
// The human readable string
-$OC_VersionString = '11.0 beta';
+$OC_VersionString = '11.0 beta 2';
$OC_VersionCanBeUpgradedFrom = array(9, 1);