Merge pull request #11712 from nextcloud/version/noid/12.0.12RC2
12.0.12 RC 2
This commit is contained in:
commit
759934ddf0
|
@ -26,10 +26,10 @@
|
||||||
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
|
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
|
||||||
// when updating major/minor version number.
|
// when updating major/minor version number.
|
||||||
|
|
||||||
$OC_Version = array(12, 0, 12, 0);
|
$OC_Version = array(12, 0, 12, 1);
|
||||||
|
|
||||||
// The human readable string
|
// The human readable string
|
||||||
$OC_VersionString = '12.0.12 RC 1';
|
$OC_VersionString = '12.0.12 RC 2';
|
||||||
|
|
||||||
$OC_VersionCanBeUpgradedFrom = [
|
$OC_VersionCanBeUpgradedFrom = [
|
||||||
'nextcloud' => [
|
'nextcloud' => [
|
||||||
|
|
Loading…
Reference in New Issue