]> source.dussan.org Git - nextcloud-server.git/commitdiff
this is 5 pre alpha now
authorFrank Karlitschek <frank@owncloud.org>
Sat, 19 May 2012 16:21:33 +0000 (18:21 +0200)
committerFrank Karlitschek <frank@owncloud.org>
Sat, 19 May 2012 16:21:33 +0000 (18:21 +0200)
lib/util.php

index d8f440c1d2dde810e03b580ebc156a53c09f9c50..be7fc00da8f0c632cabff9cfd9237ccff51ad807 100644 (file)
@@ -74,7 +74,7 @@ class OC_Util {
         * @return array
         */
        public static function getVersion(){
-               return array(4,00,0);
+               return array(4,80,0);
        }
 
        /**
@@ -82,7 +82,7 @@ class OC_Util {
         * @return string
         */
        public static function getVersionString(){
-               return '4 RC2';
+               return '5 pre alpha';
        }
 
         /**