From d163fe02cd05c30a223c757b138acd8a35f898f3 Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Tue, 26 Jun 2012 21:51:32 +0200 Subject: [PATCH] 4.0.4 --- lib/util.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/util.php b/lib/util.php index d5d0d771a85..a16559c54b1 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,3); + return array(4,00,4); } /** @@ -91,7 +91,7 @@ class OC_Util { * @return string */ public static function getVersionString(){ - return '4.0.3a'; + return '4.0.4'; } /** -- 2.39.5