From d00f22ac59dc01f55e3cc2ccad390705537bd88e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 17 May 2008 05:50:58 +0100 Subject: new option: VFEED_GROUP_BY_FEED (bump schema version) --- 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 167fef683..1fca50c2a 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -2,7 +2,7 @@ require_once "functions.php"; define('EXPECTED_CONFIG_VERSION', 15); - define('SCHEMA_VERSION', 36); + define('SCHEMA_VERSION', 37); if (!file_exists("config.php")) { print __("Fatal Error: You forgot to copy -- cgit v1.2.3