From c1d7e6c344a6228df812e40a669303d4a3a06739 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 23 Aug 2007 09:05:40 +0100 Subject: new option: FRESH_ARTICLE_MAX_AGE (bump schema) --- sanity_check.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sanity_check.php') diff --git a/sanity_check.php b/sanity_check.php index 7d41ea73a..44a3c4f69 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -2,7 +2,7 @@ require_once "functions.php"; define('EXPECTED_CONFIG_VERSION', 8); - define('SCHEMA_VERSION', 20); + define('SCHEMA_VERSION', 21); if (!file_exists("config.php")) { print __("Fatal Error: You forgot to copy -- cgit v1.2.3-54-g00ecf