diff --git a/db_structure.xml b/db_structure.xml index 1d459b75fda..bdbb16759db 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -53,7 +53,7 @@ integer 0 true - 4 + 8 @@ -70,7 +70,7 @@ true - 4 + 8 @@ -96,7 +96,7 @@ integer true - 4 + 8 @@ -105,7 +105,7 @@ true - 4 + 8 @@ -114,7 +114,7 @@ true - 4 + 8 @@ -291,7 +291,7 @@ integer false - 4 + 8 diff --git a/lib/util.php b/lib/util.php index 05caeca0e3e..d1487931db8 100644 --- a/lib/util.php +++ b/lib/util.php @@ -62,7 +62,7 @@ class OC_Util { * @return array */ public static function getVersion(){ - return array(3,00,2); + return array(3,00,3); } /**