From e6c2a91781830f869c3d1ea0331987eb262e8232 Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Sat, 9 Mar 2013 20:19:34 +0100 Subject: [PATCH] this is now 6.0 pre alpha --- lib/util.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/util.php b/lib/util.php index 6d641bc472..e79daae8a0 100755 --- a/lib/util.php +++ b/lib/util.php @@ -75,7 +75,7 @@ class OC_Util { public static function getVersion() { // hint: We only can count up. Reset minor/patchlevel when // updating major/minor version number. - return array(5, 00, 00); + return array(5, 80, 00); } /** @@ -83,7 +83,7 @@ class OC_Util { * @return string */ public static function getVersionString() { - return '5.0'; + return '6.0 pre alpha'; } /**