Bump version number

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2018-01-13 20:16:38 +01:00
parent 60f38d37fe
commit c14af47fd9
No known key found for this signature in database
GPG key ID: F941078878347C0C

View file

@ -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' => [
],