]> source.dussan.org Git - nextcloud-server.git/commitdiff
let's increase the version number once more
authorFrank Karlitschek <frank@owncloud.org>
Tue, 5 Nov 2013 19:40:25 +0000 (20:40 +0100)
committerFrank Karlitschek <frank@owncloud.org>
Tue, 5 Nov 2013 19:40:25 +0000 (20:40 +0100)
lib/util.php

index d37736336a6990dca6a3df208097d6615c28fa66..97e0fdba75bd1602ad5c3361d3719b294d668620 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, 24);
+               return array(5, 00, 25);
        }
 
        /**