this is 5 pre alpha now

This commit is contained in:
Frank Karlitschek 2012-05-19 18:21:33 +02:00
parent 5a48ade933
commit c0db603d29
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(4,00,0); return array(4,80,0);
} }
/** /**
@ -82,7 +82,7 @@ class OC_Util {
* @return string * @return string
*/ */
public static function getVersionString(){ public static function getVersionString(){
return '4 RC2'; return '5 pre alpha';
} }
/** /**