1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 15:21:29 +00:00

bump config version

This commit is contained in:
Andrew Dolgov
2011-12-21 09:14:43 +04:00
parent ae0647e085
commit d4e35925e0
3 changed files with 5 additions and 5 deletions

View 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";