From af77ce9a9b13b1fcf6f395bd49b1843adfe14229 Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Sun, 13 May 2012 05:11:10 +0200 Subject: [PATCH] This is RC now --- lib/util.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'; } /** -- 2.39.5