This commit is contained in:
Frank Karlitschek 2013-02-25 20:00:40 +01:00
parent 571f1e2d2b
commit a533bb6dcd
1 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ class OC_Util {
public static function getVersion() { public static function getVersion() {
// hint: We only can count up. Reset minor/patchlevel when // hint: We only can count up. Reset minor/patchlevel when
// updating major/minor version number. // updating major/minor version number.
return array(4, 93, 10); return array(4, 94, 10);
} }
/** /**
@ -83,7 +83,7 @@ class OC_Util {
* @return string * @return string
*/ */
public static function getVersionString() { public static function getVersionString() {
return '5.0 beta 1'; return '5.0 beta 2';
} }
/** /**