]> source.dussan.org Git - nextcloud-server.git/commitdiff
4.0.3a
authorFrank Karlitschek <frank@owncloud.org>
Sun, 24 Jun 2012 09:38:54 +0000 (11:38 +0200)
committerFrank Karlitschek <frank@owncloud.org>
Sun, 24 Jun 2012 09:38:54 +0000 (11:38 +0200)
Two important fixes after 4.0.3

lib/util.php

index deda084027b3090e85b7e30a4ab9eef679c623e7..d5d0d771a85aed0658ddda88fa746852ada9ca10 100644 (file)
@@ -91,7 +91,7 @@ class OC_Util {
         * @return string
         */
        public static function getVersionString(){
-               return '4.0.3';
+               return '4.0.3a';
        }
 
         /**