Merge pull request #5851 from nextcloud/make-it-rc2

v12.0.1 RC2
This commit is contained in:
Lukas Reschke 2017-07-25 10:28:17 +02:00 committed by GitHub
commit f386fbfe1e
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(12, 0, 1, 0);
$OC_Version = array(12, 0, 1, 1);
// The human readable string
$OC_VersionString = '12.0.1 RC1';
$OC_VersionString = '12.0.1 RC2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [