Final version increasement for 11

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2016-12-13 12:16:16 +01:00
parent e49088315e
commit 72884b45a1
No known key found for this signature in database
GPG key ID: B9F6980CF6E759B1

View file

@ -26,7 +26,7 @@
// 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, 0, 9);
$OC_Version = array(11, 0, 0, 10);
// The human readable string
$OC_VersionString = '11.0.0';