From cfad9259a6feacfa8194b1312770ae6db1ecce50 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 4 Mar 2011 17:53:02 +0300 Subject: mobile: allow showing category content inline (closes #315) --- 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 d70445e02..ad93b0cc7 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -2,7 +2,7 @@ require_once "functions.php"; define('EXPECTED_CONFIG_VERSION', 21); - define('SCHEMA_VERSION', 78); + define('SCHEMA_VERSION', 79); if (!file_exists("config.php")) { print "Fatal Error: You forgot to copy -- cgit v1.2.3