summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-26 14:15:57 +0400
committerAndrew Dolgov <[email protected]>2013-04-26 14:16:03 +0400
commit3fbb4d183d6b0cb4b6d9d2d8d62d635eb70ebf13 (patch)
tree45ccba4bb5c141e107d913cc79df1a3cd64483ca /include
parent96f0cbe30d05ea41bb95fcc1487e2e2d5c55f966 (diff)
set default timezone to automatic (bump schema)
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index 1ab92475d..f1e78dfb7 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1,6 +1,6 @@
<?php
define('EXPECTED_CONFIG_VERSION', 26);
- define('SCHEMA_VERSION', 118);
+ define('SCHEMA_VERSION', 119);
define('LABEL_BASE_INDEX', -1024);
define('PLUGIN_FEED_BASE_INDEX', -128);