From: Frank Karlitschek Date: Wed, 11 Apr 2012 07:20:28 +0000 (+0200) Subject: increase version to show that we are not the same as stable X-Git-Tag: v4.0.0beta~363 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=637db92e60bfcaa625ec2baf346a11de8981311b;p=nextcloud-server.git increase version to show that we are not the same as stable --- diff --git a/lib/util.php b/lib/util.php index 722b7404d0c..34f535d2d5c 100644 --- a/lib/util.php +++ b/lib/util.php @@ -66,7 +66,7 @@ class OC_Util { * @return array */ public static function getVersion(){ - return array(3,00,4); + return array(3,80,0); } /** @@ -74,7 +74,7 @@ class OC_Util { * @return string */ public static function getVersionString(){ - return '3'; + return '4 alpha'; } /**