Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2020-01-09 10:16:14 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-01-21 16:00:58 +0300
commit1e41f362301878130530e81535de962a660d920b (patch)
tree33d834c27b942096d61558072fe089786696982e /version.php
parent8056bbeae36858fd8e88c84bcf6d26117be72788 (diff)
NC 19 development
We branched of stable18. So time to bump the version number. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'version.php')
-rw-r--r--version.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/version.php b/version.php
index 27d4309e17c..002a0160595 100644
--- a/version.php
+++ b/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' => [
],