summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-01 09:36:29 +0400
committerAndrew Dolgov <[email protected]>2011-04-01 09:36:29 +0400
commitb0f379dfff8738defba307341887ee5938625f55 (patch)
treed010c9bd98d2b3f992036fa19fce6bd91d5a0c33 /sanity_check.php
parent6f1c5d1760a8a6f753cf35098d45507ed18d0f71 (diff)
add experimental support for pubsubhubbub in published feed, bump config version (refs #251)
Diffstat (limited to 'sanity_check.php')
-rw-r--r--sanity_check.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sanity_check.php b/sanity_check.php
index 3b9de3478..4cb74259d 100644
--- a/sanity_check.php
+++ b/sanity_check.php
@@ -1,7 +1,7 @@
<?php
require_once "functions.php";
- define('EXPECTED_CONFIG_VERSION', 21);
+ define('EXPECTED_CONFIG_VERSION', 22);
define('SCHEMA_VERSION', 83);
if (!file_exists("config.php")) {