v11.0.2 RC3

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2017-02-20 21:35:52 +01:00
parent db7d7a903a
commit d69a3c2ec9
No known key found for this signature in database
GPG key ID: B9F6980CF6E759B1

View file

@ -26,10 +26,10 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
$OC_Version = array(11, 0, 2, 4);
$OC_Version = array(11, 0, 2, 5);
// The human readable string
$OC_VersionString = '11.0.2';
$OC_VersionString = '11.0.2 RC3';
$OC_VersionCanBeUpgradedFrom = array(9, 1);