bump config version (because GLOBAL_ENABLE_LABELS was removed)

This commit is contained in:
Andrew Dolgov
2009-01-18 11:26:43 +01:00
parent 898e85628b
commit bd6576f8ff
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<?php
require_once "functions.php";
define('EXPECTED_CONFIG_VERSION', 17);
define('EXPECTED_CONFIG_VERSION', 18);
define('SCHEMA_VERSION', 51);
if (!file_exists("config.php")) {