@ -31,12 +31,12 @@
<field>
<name>configvalue</name>
<type>text</type>
<default></default>
<type>clob</type>
<notnull>true</notnull>
<length>255</length>
</field>
</declaration>
</table>
@ -55,7 +55,7 @@
<length>4</length>
<name>path</name>
@ -90,7 +90,7 @@
<length>64</length>
<name>size</name>
<type>integer</type>
@ -522,7 +522,7 @@
<table>
<name>*dbprefix*properties</name>
@ -62,7 +62,7 @@ class OC_Util {
* @return array
*/
public static function getVersion(){
return array(3,00,1);
return array(3,00,2);
}
/**