increase version to show that we are not the same as stable

This commit is contained in:
Frank Karlitschek 2012-04-11 09:20:28 +02:00
parent 9f547a1b39
commit 637db92e60
1 changed files with 2 additions and 2 deletions

View File

@ -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';
}
/**