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

@ -184,7 +184,7 @@
define('PHP_EXECUTABLE', '/usr/bin/php');
// Path to PHP executable
define('CONFIG_VERSION', 17);
define('CONFIG_VERSION', 18);
// Expected config version. Please update this option in config.php
// if necessary (after migrating all new options from this file).

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")) {