Browse Source
14.0.0 RC 1
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
pull/10844/head
Morris Jobke
7 years ago
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with
2 additions and
2 deletions
-
version.php
|
|
@ -29,10 +29,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(14, 0, 0, 16); |
|
|
|
$OC_Version = array(14, 0, 0, 17); |
|
|
|
|
|
|
|
// The human readable string
|
|
|
|
$OC_VersionString = '14.0.0 Beta 4'; |
|
|
|
$OC_VersionString = '14.0.0 RC 1'; |
|
|
|
|
|
|
|
$OC_VersionCanBeUpgradedFrom = [ |
|
|
|
'nextcloud' => [ |
|
|
|