Browse Source

NC 19 development

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

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma 4 years ago
parent
commit
1e41f36230
1 changed files with 3 additions and 3 deletions
  1. 3 3
      version.php

+ 3 - 3
version.php

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