this is now 6.0 pre alpha

This commit is contained in:
Frank Karlitschek 2013-03-09 20:19:34 +01:00
parent 256595e7b2
commit e6c2a91781
1 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ class OC_Util {
public static function getVersion() {
// hint: We only can count up. Reset minor/patchlevel when
// updating major/minor version number.
return array(5, 00, 00);
return array(5, 80, 00);
}
/**
@ -83,7 +83,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString() {
return '5.0';
return '6.0 pre alpha';
}
/**