From 5e1fc51f92e70d7d39b83256e68643dd59d9c520 Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Wed, 18 Dec 2013 11:55:42 +0100 Subject: 5.0.14a --- 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 c7abc8ef203..aeca2247960 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, 27); + return array(5, 00, 28); } /** @@ -85,7 +85,7 @@ class OC_Util { * @return string */ public static function getVersionString() { - return '5.0.14'; + return '5.0.14a'; } /** -- cgit v1.2.3