bump version number

This commit is contained in:
Frank Karlitschek 2011-10-02 18:15:01 +02:00
parent c3d7ffc877
commit 0eddc5cae2
1 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ class OC_Util {
* @return array
*/
public static function getVersion(){
return array(1,91,0);
return array(1,92,0);
}
/**
@ -98,7 +98,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString(){
return '2 beta 2';
return '2 beta 3';
}
/**