]> source.dussan.org Git - nextcloud-server.git/commitdiff
5.0.2
authorFrank Karlitschek <frank@owncloud.org>
Tue, 2 Apr 2013 09:23:47 +0000 (11:23 +0200)
committerFrank Karlitschek <frank@owncloud.org>
Tue, 2 Apr 2013 09:23:47 +0000 (11:23 +0200)
lib/util.php

index 6d641bc472b32c725c3e18fcdf498b3ce3e95614..aab0f8aa4032d51268d827d92c5c62ac3fb220a0 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, 00);
+               return array(5, 00, 2);
        }
 
        /**
@@ -83,7 +83,7 @@ class OC_Util {
         * @return string
         */
        public static function getVersionString() {
-               return '5.0';
+               return '5.0.2';
        }
 
        /**