NC 19 development

We branched of stable18. So time to bump the version number.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2020-01-09 08:16:14 +01:00
parent 8056bbeae3
commit 1e41f36230
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 3 additions and 3 deletions

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(18, 0, 0, 8);
$OC_Version = array(19, 0, 0, 0);
// The human readable string
$OC_VersionString = '18.0.0 RC1';
$OC_VersionString = '19.0.0 alpha';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [
'17.0' => true,
'18.0' => true,
'19.0' => true,
],
'owncloud' => [
],