bump config version
This commit is contained in:
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…
Reference in New Issue