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:
authorJoas Schilling <coding@schilljs.com>2019-04-11 11:09:11 +0300
committerJoas Schilling <coding@schilljs.com>2019-04-11 15:02:23 +0300
commit4c19b3b2c6d8c62d1b82e2d78174960c96294d63 (patch)
tree65dde6ddd2368d78f4e7ea96dd4945698a0b747e /version.php
parent3f30c17549252ae15c2b26a6d7e9eebc7d7268d1 (diff)
Bump versions of server and the requirements of apps
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 6d79827ed11..05abee0e90b 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(16, 0, 0, 6);
+$OC_Version = array(17, 0, 0, 0);
// The human readable string
-$OC_VersionString = '16.0.0 RC 1';
+$OC_VersionString = '17.0.0 alpha';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [
- '15.0' => true,
'16.0' => true,
+ '17.0' => true,
],
'owncloud' => [
],