From 9f91fd95c09d4f6d09e53a3db35fa70db6aee567 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Mon, 22 May 2017 08:40:38 +0200 Subject: [PATCH] We are working on 13 now! Signed-off-by: Roeland Jago Douma --- version.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/version.php b/version.php index f3c9407d8e..e237770c82 100644 --- a/version.php +++ b/version.php @@ -26,18 +26,17 @@ // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = array(12, 0, 0, 28); +$OC_Version = array(13, 0, 0, 0); // The human readable string -$OC_VersionString = '12.0.0'; +$OC_VersionString = '13.0.0 alpha'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ - '11.0' => true, '12.0' => true, + '13.0' => true, ], 'owncloud' => [ - '10.0.0.12' => true, ], ];