14.0.0 RC 1
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
8761856a71
commit
0c5d42488f
|
@ -29,10 +29,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(14, 0, 0, 16);
|
$OC_Version = array(14, 0, 0, 17);
|
||||||
|
|
||||||
// The human readable string
|
// The human readable string
|
||||||
$OC_VersionString = '14.0.0 Beta 4';
|
$OC_VersionString = '14.0.0 RC 1';
|
||||||
|
|
||||||
$OC_VersionCanBeUpgradedFrom = [
|
$OC_VersionCanBeUpgradedFrom = [
|
||||||
'nextcloud' => [
|
'nextcloud' => [
|
||||||
|
|
Loading…
Reference in New Issue