]> git.wh0rd.org - tt-rss.git/blobdiff - include/sanity_check.php
bump config version
[tt-rss.git] / include / sanity_check.php
index 224c13e9ff167caae09a2b6a6ead4fc8e6d867e0..8115b7be558eb93c4ba0bf0ad4db0a587ac84943 100644 (file)
@@ -5,7 +5,7 @@
                $err_msg = "Configuration file not found. Looks like you forgot to copy config.php-dist to config.php and edit it.";
        } else {
 
-               define('EXPECTED_CONFIG_VERSION', 24);
+               define('EXPECTED_CONFIG_VERSION', 25);
                define('SCHEMA_VERSION', 86);
 
                require_once "config.php";