From f5fdc4f4f1de5f078f0eb0c2f678f533c3734452 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov <fox@madoka.volgo-balt.ru> Date: Mon, 13 Aug 2012 14:49:31 +0400 Subject: [PATCH] set SCHEMA_VERSION to 93 --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.php b/include/functions.php index 4ba60e84..009955c9 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1,6 +1,6 @@ <?php define('EXPECTED_CONFIG_VERSION', 25); - define('SCHEMA_VERSION', 92); + define('SCHEMA_VERSION', 93); mb_internal_encoding("UTF-8"); date_default_timezone_set('UTC'); -- 2.39.5