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:
authorMorris Jobke <hey@morrisjobke.de>2017-04-06 08:31:17 +0300
committerGitHub <noreply@github.com>2017-04-06 08:31:17 +0300
commit0a8a9ee200d5e225185e3eea4e7f059777b7ff03 (patch)
treeb9c798dbb1d99b70f43b8f8bb7d5bcdd3135ec1d
parent0693536a8c72d02e723107b746e11c9bf16b8a96 (diff)
parent84dabd4f79b3dc4c78e1cd80bfcadcd686517a5b (diff)
Merge pull request #4231 from nextcloud/stable10-increase-version
[stable10] Increase to 10.0.5 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 886ce3ac8ae..e0893072a80 100644
--- a/version.php
+++ b/version.php
@@ -25,10 +25,10 @@
// 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, 1, 4, 2);
+$OC_Version = array(9, 1, 5, 0);
// The human readable string
-$OC_VersionString = '10.0.4';
+$OC_VersionString = '10.0.5 RC1';
$OC_VersionCanBeUpgradedFrom = array(9, 0);