diff options
| author | Andrew Dolgov <fox@bah.org.ru> | 2009-12-16 16:24:18 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.org.ru> | 2009-12-16 16:24:18 +0300 |
| commit | b987df9a7f64b272a17b32112f0a62b4b2ef8bd0 (patch) | |
| tree | 7a1bc0ca9612152383a3e2f9effb8ec60730a1f4 /sanity_check.php | |
| parent | 97f31c4810f42e49394d43be6b8ce65a6b6f62d7 (diff) | |
| parent | 7af0309b7b2c581573fa90ff345d08928b1eba69 (diff) | |
Merge branch 'master' of /home/fox/public_html/testbox/tt-rss
Diffstat (limited to 'sanity_check.php')
| -rw-r--r-- | sanity_check.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sanity_check.php b/sanity_check.php index 600f8d9f4..55df98141 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -2,7 +2,7 @@ require_once "functions.php"; define('EXPECTED_CONFIG_VERSION', 18); - define('SCHEMA_VERSION', 57); + define('SCHEMA_VERSION', 58); if (!file_exists("config.php")) { print "<b>Fatal Error</b>: You forgot to copy |