Bump version number
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
60f38d37fe
commit
c14af47fd9
1 changed files with 3 additions and 3 deletions
|
@ -29,15 +29,15 @@
|
|||
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
|
||||
// when updating major/minor version number.
|
||||
|
||||
$OC_Version = array(13, 0, 0, 10);
|
||||
$OC_Version = array(14, 0, 0, 0);
|
||||
|
||||
// The human readable string
|
||||
$OC_VersionString = '13.0.0 RC 1';
|
||||
$OC_VersionString = '14.0.0 alpha';
|
||||
|
||||
$OC_VersionCanBeUpgradedFrom = [
|
||||
'nextcloud' => [
|
||||
'12.0' => true,
|
||||
'13.0' => true,
|
||||
'14.0' => true,
|
||||
],
|
||||
'owncloud' => [
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue