From 9466114f05fa1f758fda9c23f397b5a22faec956 Mon Sep 17 00:00:00 2001 From: chriskl Date: Mon, 15 Nov 2004 08:27:04 +0000 Subject: [PATCH] brand 3.5 --- HISTORY | 2 +- libraries/lib.inc.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY b/HISTORY index 5366352d..7cd8a9a1 100644 --- a/HISTORY +++ b/HISTORY @@ -1,7 +1,7 @@ phpPgAdmin History ------------------ -Version 3.5-dev +Version 3.5 ----------- Features diff --git a/libraries/lib.inc.php b/libraries/lib.inc.php index 32cdcc99..af81a225 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.87 2004/11/10 01:24:49 chriskl Exp $ + * $Id: lib.inc.php,v 1.88 2004/11/15 08:27:05 chriskl Exp $ */ // Set error reporting level to max @@ -13,7 +13,7 @@ $appName = 'phpPgAdmin'; // Application version - $appVersion = '3.5-dev'; + $appVersion = '3.5'; // PostgreSQL and PHP minimum version $postgresqlMinVer = '7.0'; -- 2.39.5