diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-08-13 14:49:31 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-08-13 14:49:31 +0400 |
| commit | f5fdc4f4f1de5f078f0eb0c2f678f533c3734452 (patch) | |
| tree | 17142efcd978ed1c5d864fe61a227c745ea451e6 /include/functions.php | |
| parent | 9432bfa076738b47fce25c4a5a3293201bf21099 (diff) | |
set SCHEMA_VERSION to 93
Diffstat (limited to 'include/functions.php')
| -rw-r--r-- | include/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php index 4ba60e844..009955c99 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'); |