this is 5 pre alpha now
This commit is contained in:
parent
5a48ade933
commit
c0db603d29
1 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ class OC_Util {
|
|||
* @return array
|
||||
*/
|
||||
public static function getVersion(){
|
||||
return array(4,00,0);
|
||||
return array(4,80,0);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -82,7 +82,7 @@ class OC_Util {
|
|||
* @return string
|
||||
*/
|
||||
public static function getVersionString(){
|
||||
return '4 RC2';
|
||||
return '5 pre alpha';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue