diff --git a/db_structure.xml b/db_structure.xml index 8c96fa7c39..e42dc894e8 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -479,7 +479,7 @@ share_with text - true + false 255 diff --git a/lib/util.php b/lib/util.php index 0abdddcbf9..720f2cdeef 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); } /**