Increase version to 10.0 RC1

Let's get ready for that ;-)
This commit is contained in:
Lukas Reschke 2016-08-17 17:02:41 +02:00
parent f3336e93b8
commit 18bfa83d20
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
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);