diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2010-11-22 16:26:00 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2010-11-22 16:26:00 +0300 |
| commit | 57e24c82675e37ea9262e54e30836596caf77e76 (patch) | |
| tree | 4632564997857315d6009ce553f39847a6fafe23 /sanity_check.php | |
| parent | c0ed0371060df409d2cde811f5a87510c10e1c24 (diff) | |
add experimental support for Twitter OAuth and Twitter feeds (bump schema)
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 4b77e92bb..1651ceec0 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -2,7 +2,7 @@ require_once "functions.php"; define('EXPECTED_CONFIG_VERSION', 20); - define('SCHEMA_VERSION', 75); + define('SCHEMA_VERSION', 76); if (!file_exists("config.php")) { print "<b>Fatal Error</b>: You forgot to copy |