diff --git a/db_structure.xml b/db_structure.xml index 99a30cb6137aab440c3290c0b4725c6707eb5329..a17ab90b8a18b5b9b01d813aee9dcfc58c394d7b 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -395,7 +395,7 @@ <type>text</type> <default></default> <notnull>true</notnull> - <length>64</length> + <length>128</length> </field> <field> diff --git a/lib/util.php b/lib/util.php index 68c4920258fbdf6e9fa00a1f2f47f36114e139fa..707100a9bccfd114a885e56a440458edef1102b5 100755 --- a/lib/util.php +++ b/lib/util.php @@ -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); } /**