]> source.dussan.org Git - nextcloud-server.git/commitdiff
increase to RC2
authorFrank Karlitschek <frank@owncloud.org>
Fri, 18 May 2012 13:54:17 +0000 (15:54 +0200)
committerFrank Karlitschek <frank@owncloud.org>
Fri, 18 May 2012 13:54:17 +0000 (15:54 +0200)
lib/util.php

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