summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-23 10:37:39 +0100
committerAndrew Dolgov <[email protected]>2007-08-23 10:37:39 +0100
commit9fdf7824f6bb053b23c1b0d303424820afb448a8 (patch)
tree42858c02e983f80b24b66bb4e9a98faae33ad0ed /sanity_check.php
parent9ff29d0c749ae010d62b5b8a9f54f1cceb6dad8b (diff)
add experimental support for simplepie (once again)
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 44a3c4f69..6b896fc40 100644
--- a/sanity_check.php
+++ b/sanity_check.php
@@ -1,7 +1,7 @@
<?php
require_once "functions.php";
- define('EXPECTED_CONFIG_VERSION', 8);
+ define('EXPECTED_CONFIG_VERSION', 9);
define('SCHEMA_VERSION', 21);
if (!file_exists("config.php")) {