Compare commits

...

1 Commits

Author SHA1 Message Date
Frank Karlitschek 956fd4a2c4 4.0.2 2012-06-10 19:54:35 +02:00
+2 -2
View File
@@ -83,7 +83,7 @@ class OC_Util {
* @return array
*/
public static function getVersion(){
return array(4,00,1);
return array(4,00,2);
}
/**
@@ -91,7 +91,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString(){
return '4.0.1';
return '4.0.2';
}
/**