From 1751c28c28455b23a0a6d12c19e75fc3ba884b6e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 23 Nov 2018 10:28:40 +0100 Subject: Bump versions of server and the requirements of apps Signed-off-by: Joas Schilling --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'version.php') 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' => [ ], -- cgit v1.2.3