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>2018-11-23 12:28:40 +0300
committerJoas Schilling <coding@schilljs.com>2018-11-23 12:28:40 +0300
commit1751c28c28455b23a0a6d12c19e75fc3ba884b6e (patch)
treeffd982d68849b3b1ce753944fcc073866b8bb45e /version.php
parent8d2be47e354f6fb2dcc5bab49baddd1e57a934e1 (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 22fddc4dac2..d89c3893a87 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(15, 0, 0, 7);
+$OC_Version = array(16, 0, 0, 0);
// The human readable string
-$OC_VersionString = '15.0.0 RC 1';
+$OC_VersionString = '16.0.0 alpha';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [
- '14.0' => true,
'15.0' => true,
+ '16.0' => true,
],
'owncloud' => [
],