]> source.dussan.org Git - nextcloud-server.git/commitdiff
5.0.16 RC1 v5.0.16RC1
authorFrank Karlitschek <frank@owncloud.org>
Wed, 23 Apr 2014 14:51:55 +0000 (16:51 +0200)
committerFrank Karlitschek <frank@owncloud.org>
Wed, 23 Apr 2014 14:51:55 +0000 (16:51 +0200)
lib/util.php

index 3f1be73b38eb04ed485e101609b500610ca86973..850a6926cbd880bab2892a1b832a3d012cd0f14a 100755 (executable)
@@ -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, 31);
+               return array(5, 00, 32);
        }
 
        /**
@@ -85,7 +85,7 @@ class OC_Util {
         * @return string
         */
        public static function getVersionString() {
-               return '5.0.15';
+               return '5.0.16 RC1';
        }
 
        /**