increase version to show that we are not the same as stable
This commit is contained in:
parent
9f547a1b39
commit
637db92e60
1 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ class OC_Util {
|
|||
* @return array
|
||||
*/
|
||||
public static function getVersion(){
|
||||
return array(3,00,4);
|
||||
return array(3,80,0);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -74,7 +74,7 @@ class OC_Util {
|
|||
* @return string
|
||||
*/
|
||||
public static function getVersionString(){
|
||||
return '3';
|
||||
return '4 alpha';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue