]> git.wh0rd.org - tt-rss.git/commitdiff
bump CONFIG_VERSION
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 4 Jul 2006 05:54:10 +0000 (06:54 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 4 Jul 2006 05:54:10 +0000 (06:54 +0100)
config.php-dist
sanity_check.php

index ce40c26f4615113a889b1a022ecd266006b2557a..2f5716a1f4dc1f832b6110e864b95c417670ae0f 100644 (file)
        // Stop updating feeds of user who was never logged in
        // in specified amount of days. 0 disables.
 
-       define('CONFIG_VERSION', 2);
+       define('CONFIG_VERSION', 3);
        // Expected config version. Please updated this option in config.php
        // if necessary (after migrating all new options from this file).
 
index 503e4d070bf7e7ce111cdd8c3c0ea2e66825f48b..7a3913337dffc103713d582b0256255f18eb3021 100644 (file)
@@ -1,5 +1,5 @@
 <?
-       define('EXPECTED_CONFIG_VERSION', 2);
+       define('EXPECTED_CONFIG_VERSION', 3);
 
        if (!file_exists("config.php")) {
                print "<b>Fatal Error</b>: You forgot to copy