From: Frank Karlitschek Date: Sun, 13 May 2012 03:11:10 +0000 (+0200) Subject: This is RC now X-Git-Tag: v4.0.0RC^0 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=af77ce9a9b13b1fcf6f395bd49b1843adfe14229;p=nextcloud-server.git This is RC now --- diff --git a/lib/util.php b/lib/util.php index e4546d6ac3d..3c5eae2c0ad 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,90,0); + return array(3,91,0); } /** @@ -82,7 +82,7 @@ class OC_Util { * @return string */ public static function getVersionString(){ - return '4 beta'; + return '4 RC'; } /**