From: Frank Karlitschek Date: Wed, 23 Apr 2014 14:51:55 +0000 (+0200) Subject: 5.0.16 RC1 X-Git-Tag: v5.0.16RC1^0 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e2ab6027c31b3de3d8759244b8f47dcb9e2977f5;p=nextcloud-server.git 5.0.16 RC1 --- diff --git a/lib/util.php b/lib/util.php index 3f1be73b38e..850a6926cbd 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, 31); + return array(5, 00, 32); } /** @@ -85,7 +85,7 @@ class OC_Util { * @return string */ public static function getVersionString() { - return '5.0.15'; + return '5.0.16 RC1'; } /**