summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-08-13 14:49:31 +0400
committerAndrew Dolgov <[email protected]>2012-08-13 14:49:31 +0400
commitf5fdc4f4f1de5f078f0eb0c2f678f533c3734452 (patch)
tree17142efcd978ed1c5d864fe61a227c745ea451e6
parent9432bfa076738b47fce25c4a5a3293201bf21099 (diff)
set SCHEMA_VERSION to 93
-rw-r--r--include/functions.php2
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');