bump config file version
authorchriskl <chriskl>
Thu, 22 May 2003 01:30:32 +0000 (01:30 +0000)
committerchriskl <chriskl>
Thu, 22 May 2003 01:30:32 +0000 (01:30 +0000)
conf/config.inc.php-dist
libraries/lib.inc.php

index c958f17b0dab0302752506bdefb26ec42d11f414..5475184828600b094ea6676fcee648bb87fcc0b1 100644 (file)
@@ -4,7 +4,7 @@
         * Central phpPgAdmin configuration.  As a user you may modify the
         * settings here for your particular configuration.
         *
-        * $Id: config.inc.php-dist,v 1.22 2003/05/15 14:36:02 chriskl Exp $
+        * $Id: config.inc.php-dist,v 1.23 2003/05/22 01:30:32 chriskl Exp $
         */
 
        // An example server.  Create as many of these as you wish,
@@ -65,6 +65,6 @@
         * Don't modify anything below this line *
         *****************************************/
 
-       $conf['version'] = 7;
+       $conf['version'] = 8;
 
 ?>
index 78a39c122b742fa6d7236d1c56187d91ee0467da..0547426bf07ed511a6420edd0fdd28c21f742a37 100644 (file)
@@ -3,7 +3,7 @@
        /**
         * Function library read in upon startup
         *
-        * $Id: lib.inc.php,v 1.48 2003/05/19 07:08:11 chriskl Exp $
+        * $Id: lib.inc.php,v 1.49 2003/05/22 01:30:32 chriskl Exp $
         */
        
        // Set error reporting level to max
@@ -29,7 +29,7 @@
        // Configuration file version.  If this is greater than that in config.inc.php, then
        // the app will refuse to run.  This and $conf['version'] should be incremented whenever
        // backwards incompatible changes are made to config.inc.php-dist.
-       $conf['base_version'] = 7;
+       $conf['base_version'] = 8;
 
        // List of available language files
        $appLangFiles = array(