]> git.wh0rd.org - tt-rss.git/blobdiff - sanity_check.php
add experimental support for simplepie (once again)
[tt-rss.git] / sanity_check.php
index 44a3c4f69bbd289cc1718d64331c956d82fc1b98..6b896fc40830db47e0fb67d884710324c4daabc9 100644 (file)
@@ -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")) {