]> source.dussan.org Git - nextcloud-server.git/commitdiff
this is now 6.0 pre alpha
authorFrank Karlitschek <frank@owncloud.org>
Sat, 9 Mar 2013 19:19:34 +0000 (20:19 +0100)
committerFrank Karlitschek <frank@owncloud.org>
Sat, 9 Mar 2013 19:19:34 +0000 (20:19 +0100)
lib/util.php

index 6d641bc472b32c725c3e18fcdf498b3ce3e95614..e79daae8a0a2da3a4b02effcde6749e4d7a4d96e 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, 80, 00);
        }
 
        /**
@@ -83,7 +83,7 @@ class OC_Util {
         * @return string
         */
        public static function getVersionString() {
-               return '5.0';
+               return '6.0 pre alpha';
        }
 
        /**