From 726350ea97fe7663c7d486de2dfb9c4699968793 Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Sun, 12 May 2013 23:59:31 +0200 Subject: [PATCH] 5.0.6 RC2 --- lib/util.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/util.php b/lib/util.php index 9dd6015e995..96394363299 100755 --- a/lib/util.php +++ b/lib/util.php @@ -75,7 +75,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, 7); + return array(5, 00, 8); } /** @@ -83,7 +83,7 @@ class OC_Util { * @return string */ public static function getVersionString() { - return '5.0.6 RC'; + return '5.0.6 RC2'; } /** -- 2.39.5