Merge pull request #3519 from nextcloud/final-stable11-version

11.0.2 version number
This commit is contained in:
Lukas Reschke 2017-02-17 01:11:10 +01:00 committed by GitHub
commit f643b7b763
1 changed files with 2 additions and 2 deletions

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, 2);
$OC_Version = array(11, 0, 2, 3);
// The human readable string
$OC_VersionString = '11.0.2 RC2';
$OC_VersionString = '11.0.2';
$OC_VersionCanBeUpgradedFrom = array(9, 1);