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-07-02 00:37:31 +0300
committerGitHub <noreply@github.com>2016-07-02 00:37:31 +0300
commit37a66368402cf161359480749ed765e78dc25320 (patch)
treeba11a9b73596c4754a3903b5cd0df55d38454b21
parent531e69947fd5e98f34b30ad919d68f111d532f29 (diff)
parentbc025ee777ea8b716f760723fb963176868bc6bc (diff)
Merge pull request #287 from nextcloud/rc1-for-9-0-52v9.0.52RC1
9.0.52 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 7eca573eea9..4e13d593c86 100644
--- a/version.php
+++ b/version.php
@@ -26,10 +26,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, 0, 51, 0);
+$OC_Version = array(9, 0, 51, 1);
// The human readable string
-$OC_VersionString = '9.0.51';
+$OC_VersionString = '9.0.52 RC1';
$OC_VersionCanBeUpgradedFrom = array(8, 2);