5.0.0 RC3

This commit is contained in:
Frank Karlitschek 2013-03-08 10:01:22 +01:00
parent 0525bbd73c
commit f9c24a0368
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(4, 96, 10);
return array(4, 97, 10);
}
/**
@ -83,7 +83,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString() {
return '5.0 RC 2';
return '5.0 RC 3';
}
/**