@ -395,7 +395,7 @@
<type>text</type>
<default></default>
<notnull>true</notnull>
<length>64</length>
<length>128</length>
</field>
<field>
@ -83,7 +83,7 @@ class OC_Util {
*/
public static function getVersion() {
// hint: We only can count up. So the internal version number of ownCloud 4.5 will be 4.90.0. This is not visible to the user
return array(4,91,00);
return array(4,91,01);
}
/**