diff options
author | Joas Schilling <coding@schilljs.com> | 2018-11-23 10:28:40 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2018-11-23 10:28:40 +0100 |
commit | 1751c28c28455b23a0a6d12c19e75fc3ba884b6e (patch) | |
tree | ffd982d68849b3b1ce753944fcc073866b8bb45e /version.php | |
parent | 8d2be47e354f6fb2dcc5bab49baddd1e57a934e1 (diff) | |
download | nextcloud-server-1751c28c28455b23a0a6d12c19e75fc3ba884b6e.tar.gz nextcloud-server-1751c28c28455b23a0a6d12c19e75fc3ba884b6e.zip |
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.php | 6 |
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' => [ ], |