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>2019-09-05 10:09:58 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-09-05 12:26:35 +0300
commit04ef434af079e22ef27a874975970fde4ae93961 (patch)
tree6b561704e0c0a00d67e2aa8fd77b33ae39520dc9 /version.php
parent16b0243cf5c5e326f90b70b9fa8297f00b20d944 (diff)
Development is 18 now!
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 4306647cb25..d4534d5451a 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(17, 0, 0, 6);
+$OC_Version = array(18, 0, 0, 0);
// The human readable string
-$OC_VersionString = '17.0.0 Beta 4';
+$OC_VersionString = '18.0.0 Alpha';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [
- '16.0' => true,
'17.0' => true,
+ '18.0' => true,
],
'owncloud' => [
],