From: Frank Karlitschek Date: Thu, 6 Jun 2013 08:13:32 +0000 (+0200) Subject: 5.0.7 X-Git-Tag: v5.0.7^0 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e35303f7029e2db2aa07177c48176ebd86ba6dd9;p=nextcloud-server.git 5.0.7 --- diff --git a/lib/util.php b/lib/util.php index bca22c2677d..7f5f30aa619 100755 --- a/lib/util.php +++ b/lib/util.php @@ -76,7 +76,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, 11); + return array(5, 00, 12); } /** @@ -84,7 +84,7 @@ class OC_Util { * @return string */ public static function getVersionString() { - return '5.0.7 RC'; + return '5.0.7'; } /**