From: Frank Karlitschek Date: Sun, 5 May 2013 21:35:20 +0000 (+0200) Subject: 5.0.6 RC X-Git-Tag: v5.0.6~11 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ffb91cdd662d22c1c38697adfdf83e512ad3a95d;p=nextcloud-server.git 5.0.6 RC --- diff --git a/lib/util.php b/lib/util.php index 55dc62a2b13..9dd6015e995 100755 --- a/lib/util.php +++ b/lib/util.php @@ -75,7 +75,7 @@ class OC_Util { public static function getVersion() { // hint: We only can count up. Reset minor/patchlevel when // updating major/minor version number. - return array(5, 00, 6); + return array(5, 00, 7); } /** @@ -83,7 +83,7 @@ class OC_Util { * @return string */ public static function getVersionString() { - return '5.0.5'; + return '5.0.6 RC'; } /**