From bef4c2451ee731b572e95646f40e75a514baae9a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 18 Oct 2007 03:24:22 +0100 Subject: add option to auto-expand CDM list (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 58baf7c30..21fc03806 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -2,7 +2,7 @@ require_once "functions.php"; define('EXPECTED_CONFIG_VERSION', 10); - define('SCHEMA_VERSION', 23); + define('SCHEMA_VERSION', 24); if (!file_exists("config.php")) { print __("Fatal Error: You forgot to copy -- cgit v1.2.3