From e2ab6027c31b3de3d8759244b8f47dcb9e2977f5 Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Wed, 23 Apr 2014 16:51:55 +0200 Subject: 5.0.16 RC1 --- lib/util.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/util.php') 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'; } /** -- cgit v1.2.3