diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2009-01-16 14:11:19 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2009-01-16 14:11:19 +0100 |
| commit | 8a4c759ea3ea4c70b059d1403ddea6a06bc81780 (patch) | |
| tree | e7e8a7f7d36dda81e7b06c23b81521988ef435d2 /sanity_check.php | |
| parent | 2627f2d0456364235ba842f996b65954c5ac5d01 (diff) | |
a variety of ccache work
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 93a6b0f57..0ba47b064 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -2,7 +2,7 @@ require_once "functions.php"; define('EXPECTED_CONFIG_VERSION', 17); - define('SCHEMA_VERSION', 49); + define('SCHEMA_VERSION', 50); if (!file_exists("config.php")) { print __("<b>Fatal Error</b>: You forgot to copy |