diff --git a/db_structure.xml b/db_structure.xml index 8c96fa7c39..d4299e1e8a 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -563,6 +563,13 @@ 1 + + expiration + timestamp + + false + + diff --git a/lib/util.php b/lib/util.php index 3b2f476ada..01f53cb2f3 100755 --- a/lib/util.php +++ b/lib/util.php @@ -75,7 +75,7 @@ class OC_Util { * @return array */ public static function getVersion(){ - return array(4,82,4); + return array(4,82,5); } /**