From 66c80c2adbc00944f9aa23050abb250fe633c412 Mon Sep 17 00:00:00 2001 From: chriskl Date: Thu, 22 May 2003 01:30:32 +0000 Subject: [PATCH] bump config file version --- conf/config.inc.php-dist | 4 ++-- libraries/lib.inc.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/config.inc.php-dist b/conf/config.inc.php-dist index c958f17b..54751848 100644 --- a/conf/config.inc.php-dist +++ b/conf/config.inc.php-dist @@ -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; ?> diff --git a/libraries/lib.inc.php b/libraries/lib.inc.php index 78a39c12..0547426b 100644 --- a/libraries/lib.inc.php +++ b/libraries/lib.inc.php @@ -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( -- 2.39.5