fix version string

This commit is contained in:
Daniel Molkentin 2016-06-29 15:11:48 +02:00
parent 0ccc412fcc
commit 4c426ad970
1 changed files with 1 additions and 1 deletions

View File

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