From: Frank Karlitschek Date: Mon, 7 May 2012 20:58:22 +0000 (+0200) Subject: increase to 4 beta X-Git-Tag: v4.0.0beta^0 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=43978abd80b37abc44a015a87b22dc72800977cf;p=nextcloud-server.git increase to 4 beta --- diff --git a/lib/util.php b/lib/util.php index d22d8710867..8cf6b3c0307 100644 --- a/lib/util.php +++ b/lib/util.php @@ -74,7 +74,7 @@ class OC_Util { * @return array */ public static function getVersion(){ - return array(3,80,0); + return array(3,90,0); } /** @@ -82,7 +82,7 @@ class OC_Util { * @return string */ public static function getVersionString(){ - return '4 alpha'; + return '4 beta'; } /**