summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-30 18:26:56 +0400
committerAndrew Dolgov <[email protected]>2013-05-30 18:26:56 +0400
commit2457679aedf67f3fc9afb78fc9f888d495171511 (patch)
tree3bcb0dc4097405df2e28b8b1ceb06d226b2127d0 /include
parent9f8e2ae135f48ee194b073d148c643292d014f25 (diff)
switch AUTO_ASSIGN_LABELS to off by default (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 8dc109f99..a4b604e7d 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1,6 +1,6 @@
<?php
define('EXPECTED_CONFIG_VERSION', 26);
- define('SCHEMA_VERSION', 120);
+ define('SCHEMA_VERSION', 121);
define('LABEL_BASE_INDEX', -1024);
define('PLUGIN_FEED_BASE_INDEX', -128);