]> git.wh0rd.org - tt-rss.git/commitdiff
bump config version
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 23 Aug 2012 19:28:32 +0000 (23:28 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 23 Aug 2012 19:28:32 +0000 (23:28 +0400)
config.php-dist
include/functions.php

index 3cae4ab7e5b7fbc759575583794bc5b1e3622f7a..ed76536b9bc2296ef174448e534521c067205ea0 100644 (file)
        // 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).
 
index b2e9e8992f1e09afd7052939dd821fa756a8ae98..151cf13a55f4b8382ee2cbed27db7e0f5eafe81d 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-       define('EXPECTED_CONFIG_VERSION', 25);
+       define('EXPECTED_CONFIG_VERSION', 26);
        define('SCHEMA_VERSION', 94);
 
        $fetch_last_error = false;