From 2dabc647303fef1da67391d4cf5394f46240d278 Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Mon, 16 Feb 2015 05:05:06 +0100 Subject: 5.0.19 --- lib/util.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/util.php b/lib/util.php index e223071d86b..52cbb297d46 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, 37); + return array(5, 00, 38); } /** @@ -85,7 +85,7 @@ class OC_Util { * @return string */ public static function getVersionString() { - return '5.0.19 RC1'; + return '5.0.19'; } /** -- cgit v1.2.3