This commit is contained in:
Frank Karlitschek 2012-06-22 09:25:41 +02:00
parent d72b85684f
commit ca6339c480
1 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ class OC_Util {
* @return array * @return array
*/ */
public static function getVersion(){ public static function getVersion(){
return array(4,00,2); return array(4,00,3);
} }
/** /**
@ -91,7 +91,7 @@ class OC_Util {
* @return string * @return string
*/ */
public static function getVersionString(){ public static function getVersionString(){
return '4.0.2'; return '4.0.3';
} }
/** /**