]> source.dussan.org Git - nextcloud-server.git/commitdiff
4.0.2
authorFrank Karlitschek <frank@owncloud.org>
Sun, 10 Jun 2012 18:31:31 +0000 (20:31 +0200)
committerFrank Karlitschek <frank@owncloud.org>
Sun, 10 Jun 2012 18:31:31 +0000 (20:31 +0200)
lib/util.php

index 67071399574a9af2f071b98237e59d0af01795fd..6be3e755722def64f19b02a0ea236d6d9bb98faf 100644 (file)
@@ -83,7 +83,7 @@ class OC_Util {
         * @return array
         */
        public static function getVersion(){
-               return array(4,00,1);
+               return array(4,00,2);
        }
 
        /**
@@ -91,7 +91,7 @@ class OC_Util {
         * @return string
         */
        public static function getVersionString(){
-               return '4.0.1';
+               return '4.0.2';
        }
 
         /**