summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-10-30 08:13:06 +0100
committerAndrew Dolgov <[email protected]>2007-10-30 08:13:06 +0100
commit163a295e514cceffa8bcb6d027e3458127f0a779 (patch)
tree438bdb9da11d53a2f4dd8c12e00762d2d86e6722 /sanity_check.php
parentc62a2c21ba0dc186c560acef92f6451be122b4d9 (diff)
tweak html digest template (add excerpt)
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 21fc03806..b9290b50c 100644
--- a/sanity_check.php
+++ b/sanity_check.php
@@ -1,7 +1,7 @@
<?php
require_once "functions.php";
- define('EXPECTED_CONFIG_VERSION', 10);
+ define('EXPECTED_CONFIG_VERSION', 11);
define('SCHEMA_VERSION', 24);
if (!file_exists("config.php")) {