From 11f5bfb5a065e6a1663bb1f15822e8f1796fc288 Mon Sep 17 00:00:00 2001 From: chriskl Date: Mon, 13 Dec 2004 07:48:14 +0000 Subject: [PATCH] brand 3.5.1 --- libraries/lib.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/lib.inc.php b/libraries/lib.inc.php index af81a225..a6e6f84b 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.88 2004/11/15 08:27:05 chriskl Exp $ + * $Id: lib.inc.php,v 1.88.2.1 2004/12/13 07:48:14 chriskl Exp $ */ // Set error reporting level to max @@ -13,7 +13,7 @@ $appName = 'phpPgAdmin'; // Application version - $appVersion = '3.5'; + $appVersion = '3.5.1'; // PostgreSQL and PHP minimum version $postgresqlMinVer = '7.0'; -- 2.39.5