From: Frank Karlitschek Date: Sat, 19 May 2012 16:21:33 +0000 (+0200) Subject: this is 5 pre alpha now X-Git-Tag: v4.5.0beta1~74^2~430^2~20 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c0db603d2970301396fe572dca5089a68b8d8147;p=nextcloud-server.git this is 5 pre alpha now --- diff --git a/lib/util.php b/lib/util.php index d8f440c1d2d..be7fc00da8f 100644 --- a/lib/util.php +++ b/lib/util.php @@ -74,7 +74,7 @@ class OC_Util { * @return array */ public static function getVersion(){ - return array(4,00,0); + return array(4,80,0); } /** @@ -82,7 +82,7 @@ class OC_Util { * @return string */ public static function getVersionString(){ - return '4 RC2'; + return '5 pre alpha'; } /**