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:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2017-01-10 00:30:52 +0300
committerGitHub <noreply@github.com>2017-01-10 00:30:52 +0300
commitca81eb01ac4b826e41768aeece077e730879c665 (patch)
treee1f960ac34653bd1e472eb4af3a6a258c97998df
parent120009f7a56c6d90a2748631f90e56c316e16f5e (diff)
parent048617a5a527c8e3189db4078aa60442bcd0401c (diff)
Merge pull request #2993 from nextcloud/stable11-rc1
Increase version to 11.0.1 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 257fe0316cb..aec911688cb 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, 1, 0);
+$OC_Version = array(11, 0, 1, 1);
// The human readable string
-$OC_VersionString = '11.0.1';
+$OC_VersionString = '11.0.1 RC1';
$OC_VersionCanBeUpgradedFrom = array(9, 1);