diff --git a/db_structure.xml b/db_structure.xml
index f353ae080988eb7c35e1fdbefef0c133a7ee4c58..3ce41096d9ed525fe2c7ea32dda053de22c9aab4 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -266,7 +266,7 @@
 				<type>integer</type>
 				<default></default>
 				<notnull>true</notnull>
-				<length>4</length>
+				<length>8</length>
 			</field>
 
 			<field>
diff --git a/lib/util.php b/lib/util.php
index a5fe4cb175a3ac95c74ad997126687f3d8c52a89..7950586b5804aa1981be1064a4fe52af83c6dde4 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, 9);
+		return array(4, 91, 10);
 	}
 
 	/**