From aa60771736b230d82d472a3443f262f7158842ad Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Tue, 31 Jul 2012 10:13:10 +0200 Subject: [PATCH] 4.0.6 --- lib/util.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/util.php b/lib/util.php index 884122bbf9..b7ceee91b5 100644 --- a/lib/util.php +++ b/lib/util.php @@ -83,7 +83,7 @@ class OC_Util { * @return array */ public static function getVersion(){ - return array(4,00,5); + return array(4,00,6); } /** @@ -91,7 +91,7 @@ class OC_Util { * @return string */ public static function getVersionString(){ - return '4.0.5'; + return '4.0.6'; } /**