From fbe2ea1c6dc8f4af402c7ea88a9e83d5c85692b1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 20 Jan 2010 14:21:25 +0300 Subject: change description of DEFAULT_UPDATE_INTERVAL (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 e39902ef6..f23704000 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', 64); + define('SCHEMA_VERSION', 65); if (!file_exists("config.php")) { print "Fatal Error: You forgot to copy -- cgit v1.2.3