brand 3.5
authorchriskl <chriskl>
Mon, 15 Nov 2004 08:27:04 +0000 (08:27 +0000)
committerchriskl <chriskl>
Mon, 15 Nov 2004 08:27:04 +0000 (08:27 +0000)
HISTORY
libraries/lib.inc.php

diff --git a/HISTORY b/HISTORY
index 5366352d44b6d660991cbdf8559c5fe94aaebb92..7cd8a9a1e7eed2713f64cf12160469e7ae249b08 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -1,7 +1,7 @@
 phpPgAdmin History
 ------------------
 
-Version 3.5-dev
+Version 3.5
 -----------
 
 Features
index 32cdcc996dbf040aad72c212e4cca1010184e4bd..af81a225a06df8b6a1a17e2059e110a092518c44 100644 (file)
@@ -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';