diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-07-01 23:37:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-01 23:37:31 +0200 |
commit | 37a66368402cf161359480749ed765e78dc25320 (patch) | |
tree | ba11a9b73596c4754a3903b5cd0df55d38454b21 | |
parent | 531e69947fd5e98f34b30ad919d68f111d532f29 (diff) | |
parent | bc025ee777ea8b716f760723fb963176868bc6bc (diff) | |
download | nextcloud-server-37a66368402cf161359480749ed765e78dc25320.tar.gz nextcloud-server-37a66368402cf161359480749ed765e78dc25320.zip |
Merge pull request #287 from nextcloud/rc1-for-9-0-52v9.0.52RC1
9.0.52 RC1
-rw-r--r-- | version.php | 4 |
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); |