From d234a2e39d18e685f3ed76ceca2f30f3bfa0eb18 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 23 Jul 2008 04:55:35 +0100 Subject: new option: SYNC_COUNTERS (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 383edab4c..ee715a823 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -2,7 +2,7 @@ require_once "functions.php"; define('EXPECTED_CONFIG_VERSION', 17); - define('SCHEMA_VERSION', 37); + define('SCHEMA_VERSION', 38); if (!file_exists("config.php")) { print __("Fatal Error: You forgot to copy -- cgit v1.2.3