diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-12-21 09:14:43 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-12-21 09:14:43 +0400 |
| commit | d4e35925e0a14a4c746404d6d05cfe61109d7443 (patch) | |
| tree | 6921daa610ba162e64448413101b407fa3da5521 /include/sanity_check.php | |
| parent | ae0647e085889bc23f22a7710e47d87840711955 (diff) | |
bump config version
Diffstat (limited to 'include/sanity_check.php')
| -rw-r--r-- | include/sanity_check.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sanity_check.php b/include/sanity_check.php index 224c13e9f..8115b7be5 100644 --- a/include/sanity_check.php +++ b/include/sanity_check.php @@ -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"; |