Browse Source
v12.0.0
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
pull/5007/head
Lukas Reschke
9 years ago
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with
2 additions and
2 deletions
-
version.php
|
|
@ -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, 0, 26); |
|
|
|
$OC_Version = array(12, 0, 0, 27); |
|
|
|
|
|
|
|
// The human readable string
|
|
|
|
$OC_VersionString = '12.0 RC3'; |
|
|
|
$OC_VersionString = '12.0.0'; |
|
|
|
|
|
|
|
$OC_VersionCanBeUpgradedFrom = [ |
|
|
|
'nextcloud' => [ |
|
|
|