]> source.dussan.org Git - nextcloud-server.git/commitdiff
5.0.6 RC2
authorFrank Karlitschek <frank@owncloud.org>
Sun, 12 May 2013 21:59:31 +0000 (23:59 +0200)
committerFrank Karlitschek <frank@owncloud.org>
Sun, 12 May 2013 21:59:31 +0000 (23:59 +0200)
lib/util.php

index 9dd6015e995d111c43e687f086c319744d8cffff..96394363299336d9f5e50364cc1e4a2137b22a1c 100755 (executable)
@@ -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';
        }
 
        /**