increase to RC2

This commit is contained in:
Frank Karlitschek 2012-05-18 15:54:17 +02:00
parent 73a72054a3
commit 2e9115efe0
1 changed files with 2 additions and 2 deletions

View File

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