bump config version

This commit is contained in:
Andrew Dolgov 2012-08-23 23:28:32 +04:00
parent 79f946be6f
commit 6e65854727
2 changed files with 2 additions and 2 deletions

View File

@ -195,7 +195,7 @@
// The following plugins are available: note, tweet, share, mail
// More plugins: http://tt-rss.org/wiki/Plugins
define('CONFIG_VERSION', 25);
define('CONFIG_VERSION', 26);
// Expected config version. Please update this option in config.php
// if necessary (after migrating all new options from this file).

View File

@ -1,5 +1,5 @@
<?php
define('EXPECTED_CONFIG_VERSION', 25);
define('EXPECTED_CONFIG_VERSION', 26);
define('SCHEMA_VERSION', 94);
$fetch_last_error = false;