summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-09 22:26:38 +0400
committerAndrew Dolgov <[email protected]>2013-04-09 22:26:38 +0400
commit881a1580320d5bb72fee9eee255d23b9d6e9a102 (patch)
tree0d4c53f6bdc267314f0a249a5aaee863c2c31558 /include
parent0f40d522a3da37a1f90d31a8ca9f1f29f88aca25 (diff)
update default of allow_duplicate_posts to false, 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 c4eed06a1..ddb719507 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1,6 +1,6 @@
<?php
define('EXPECTED_CONFIG_VERSION', 26);
- define('SCHEMA_VERSION', 115);
+ define('SCHEMA_VERSION', 116);
define('LABEL_BASE_INDEX', -1024);
define('PLUGIN_FEED_BASE_INDEX', -128);