bump config version

master
Andrew Dolgov 12 years ago
parent 79f946be6f
commit 6e65854727

@ -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).

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

Loading…
Cancel
Save