From 5de926d8cc4eb577c98402c37c31737d3ca8e829 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 10 Feb 2009 11:50:39 +0300 Subject: new option: ENABLE_OFFLINE_READING (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 d3797aecd..e813f3680 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', 53); + define('SCHEMA_VERSION', 54); if (!file_exists("config.php")) { print "Fatal Error: You forgot to copy -- cgit v1.2.3