This commit is contained in:
Frank Karlitschek 2013-04-02 11:23:47 +02:00
parent e1b6574ce7
commit 5944ee6ebe

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, 00, 2);
}
/**
@ -83,7 +83,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString() {
return '5.0';
return '5.0.2';
}
/**