Merge pull request #3512 from nextcloud/beta2-it-is

RC2 it is
This commit is contained in:
Lukas Reschke 2017-02-16 23:02:07 +01:00 committed by GitHub
commit d2831c1967
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, 0);
$OC_Version = array(11, 0, 2, 1);
// The human readable string
$OC_VersionString = '11.0.2 RC1';
$OC_VersionString = '11.0.2 RC2';
$OC_VersionCanBeUpgradedFrom = array(9, 1);