Two important fixes after 4.0.3
remotes/origin/stable4
Frank Karlitschek 2012-06-24 11:38:54 +07:00
parent a12557ca4d
commit ac358ed1b3
1 changed files with 1 additions and 1 deletions

@ -91,7 +91,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString(){
return '4.0.3';
return '4.0.3a';
}
/**