May as well make a new release of this branch sometime REL_3-5-6
authorchriskl <chriskl>
Tue, 18 Oct 2005 03:16:46 +0000 (03:16 +0000)
committerchriskl <chriskl>
Tue, 18 Oct 2005 03:16:46 +0000 (03:16 +0000)
HISTORY
libraries/lib.inc.php

diff --git a/HISTORY b/HISTORY
index 3121b4c33be8a42aa507218fd7f8e31708096ee7..0fb80a9a52f224c1f17169224a4e5332fdfba10a 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,12 @@
 phpPgAdmin History
 ------------------
 
+Version 3.5.6
+-------------
+
+Bugs
+* Actually fix PHP 4.4.0's new strict references
+
 Version 3.5.5
 -------------
 
index 53a49f1c3830f94215d4af913f883d775b17828a..1fe605af4de763df37d4fde88a4ab014245b06a9 100644 (file)
@@ -3,7 +3,7 @@
        /**
         * Function library read in upon startup
         *
-        * $Id: lib.inc.php,v 1.88.2.6 2005/07/31 09:18:40 chriskl Exp $
+        * $Id: lib.inc.php,v 1.88.2.7 2005/10/18 03:16:46 chriskl Exp $
         */
        
        // Set error reporting level to max
@@ -13,7 +13,7 @@
        $appName = 'phpPgAdmin';
 
        // Application version
-       $appVersion = '3.5.5';
+       $appVersion = '3.5.6';
 
        // PostgreSQL and PHP minimum version
        $postgresqlMinVer = '7.0';