From: Frank Karlitschek Date: Sun, 4 Aug 2013 20:44:06 +0000 (+0200) Subject: 5.0.10 RC1 X-Git-Tag: v5.0.10~11 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fb35010c150179795687e9672eefa8755c9a54a5;p=nextcloud-server.git 5.0.10 RC1 --- diff --git a/lib/util.php b/lib/util.php index 8f86d30b5ea..8787b68cef4 100755 --- a/lib/util.php +++ b/lib/util.php @@ -77,7 +77,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, 15, 1); + return array(5, 00, 16); } /** @@ -85,7 +85,7 @@ class OC_Util { * @return string */ public static function getVersionString() { - return '5.0.9'; + return '5.0.10 RC1'; } /**