summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-12 21:44:19 +0300
committerAndrew Dolgov <[email protected]>2010-11-12 21:44:19 +0300
commite4f7f8dff28ecb902ddd18cfad81a53b321ad086 (patch)
treead255ce4c3d036732e9cf4d2c0aca0ad01895469 /sanity_check.php
parent353221477b77aa494ff3bb0022ed448a998dd1be (diff)
add support for Sphinx search engine
Diffstat (limited to 'sanity_check.php')
-rw-r--r--sanity_check.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sanity_check.php b/sanity_check.php
index 7fc40447a..7e792f379 100644
--- a/sanity_check.php
+++ b/sanity_check.php
@@ -1,7 +1,7 @@
<?php
require_once "functions.php";
- define('EXPECTED_CONFIG_VERSION', 19);
+ define('EXPECTED_CONFIG_VERSION', 20);
define('SCHEMA_VERSION', 74);
if (!file_exists("config.php")) {