diff --git a/db_structure.xml b/db_structure.xml index 3022983473b8656d71376be85192c3272551ba6b..7b6829aa30192c85f0ef43054ac6e99960b54d5e 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -114,7 +114,7 @@ <type>text</type> <default></default> <notnull>true</notnull> - <length>64</length> + <length>255</length> </field> <index> diff --git a/lib/util.php b/lib/util.php index 93c0d0f26d887304d4484317b3e095a2adb06a04..e814a3a32df45d03599dfc1edc69e9b677808b5a 100755 --- a/lib/util.php +++ b/lib/util.php @@ -74,7 +74,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,05); + return array(4,91,06); } /**