From: Frank Karlitschek Date: Sat, 25 May 2013 10:12:07 +0000 (+0200) Subject: preview of stable5 including the new encryption app X-Git-Tag: v5.0.7~44 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6c53253ad69d4c5a7e3fabdc9fe690f2fdf1f25e;p=nextcloud-server.git preview of stable5 including the new encryption app --- diff --git a/lib/util.php b/lib/util.php index 81cdd42feb7..e0d2988e78d 100755 --- a/lib/util.php +++ b/lib/util.php @@ -76,7 +76,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, 9); + return array(5, 00, 10); } /** @@ -84,7 +84,7 @@ class OC_Util { * @return string */ public static function getVersionString() { - return '5.0.6'; + return '5.0.7 preview'; } /**