]> source.dussan.org Git - nextcloud-server.git/commitdiff
increase version to show that we are not the same as stable
authorFrank Karlitschek <karlitschek@kde.org>
Wed, 11 Apr 2012 07:20:28 +0000 (09:20 +0200)
committerFrank Karlitschek <karlitschek@kde.org>
Wed, 11 Apr 2012 07:20:28 +0000 (09:20 +0200)
lib/util.php

index 722b7404d0c4b8b3ed8d8e8e5eff3dee62ec9055..34f535d2d5cd8eb36bf572ee084403d60560be9b 100644 (file)
@@ -66,7 +66,7 @@ class OC_Util {
         * @return array
         */
        public static function getVersion(){
-               return array(3,00,4);
+               return array(3,80,0);
        }
 
        /**
@@ -74,7 +74,7 @@ class OC_Util {
         * @return string
         */
        public static function getVersionString(){
-               return '3';
+               return '4 alpha';
        }
 
         /**