]> source.dussan.org Git - nextcloud-server.git/commitdiff
This is RC now v4.0.0RC
authorFrank Karlitschek <frank@owncloud.org>
Sun, 13 May 2012 03:11:10 +0000 (05:11 +0200)
committerFrank Karlitschek <frank@owncloud.org>
Sun, 13 May 2012 03:11:10 +0000 (05:11 +0200)
lib/util.php

index e4546d6ac3db5adbd0c392293900d5b66f00ea2b..3c5eae2c0adf2f73032a12d746964194a8ffc07a 100644 (file)
@@ -74,7 +74,7 @@ class OC_Util {
         * @return array
         */
        public static function getVersion(){
-               return array(3,90,0);
+               return array(3,91,0);
        }
 
        /**
@@ -82,7 +82,7 @@ class OC_Util {
         * @return string
         */
        public static function getVersionString(){
-               return '4 beta';
+               return '4 RC';
        }
 
         /**