diff --git a/db_structure.xml b/db_structure.xml
index 8c96fa7c39c5a7cbe9093333467f9da473c4204e..e42dc894e8d0aa7b4f125704a581bb9060abb657 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -479,7 +479,7 @@
     <name>share_with</name>
     <type>text</type>
     <default></default>
-    <notnull>true</notnull>
+    <notnull>false</notnull>
     <length>255</length>
    </field>
    
diff --git a/lib/util.php b/lib/util.php
index 0abdddcbf9b0986e14db51959424d16f9d283356..720f2cdeefd66ed48c77a37e5ab54e38f1b5aa65 100755
--- a/lib/util.php
+++ b/lib/util.php
@@ -76,7 +76,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,9,0. This is not visible to the user
-		return array(4,83,4);
+		return array(4,83,5);
 	}
 
 	/**