Merge pull request #913 from nextcloud/increase-version-to-rc1

[stable10] Increase version to 10.0 RC1
This commit is contained in:
Marius Blüm 2016-08-17 18:07:14 +02:00 committed by GitHub
commit 76f19c0775
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
$OC_Version = array(9, 1, 0, 15);
// The human readable string
$OC_VersionString = '10.0 beta';
$OC_VersionString = '10.0 RC1';
$OC_VersionCanBeUpgradedFrom = array(9, 0);