From 300f6894e0a7a77300c049dcbc574a5ea97f92aa Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Sun, 3 Jun 2012 21:06:07 +0200 Subject: 4.0.1 --- lib/util.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/util.php') diff --git a/lib/util.php b/lib/util.php index 8f91a9e8301..67071399574 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,0); + return array(4,00,1); } /** @@ -91,7 +91,7 @@ class OC_Util { * @return string */ public static function getVersionString(){ - return '4.0.1 pre'; + return '4.0.1'; } /** -- cgit v1.2.3