brand 4.1-dev
authorchriskl <chriskl>
Wed, 16 Nov 2005 07:55:28 +0000 (07:55 +0000)
committerchriskl <chriskl>
Wed, 16 Nov 2005 07:55:28 +0000 (07:55 +0000)
HISTORY
libraries/lib.inc.php

diff --git a/HISTORY b/HISTORY
index 10a4b9c7a7e571c733eb771635fb38a5ef155b08..b618aa04fe003345cead3ff42204ffda87a97b9f 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,9 @@
 phpPgAdmin History
 ------------------
 
+Version 4.1
+-----------
+
 Version 4.0
 -----------
 
index 6dde0f9c27700571b6440dbc50aea60278b331cf..00a75d15669a2d837586c47091afea582ce22d97 100644 (file)
@@ -3,7 +3,7 @@
        /**
         * Function library read in upon startup
         *
-        * $Id: lib.inc.php,v 1.105 2005/11/14 05:00:30 chriskl Exp $
+        * $Id: lib.inc.php,v 1.106 2005/11/16 07:55:28 chriskl Exp $
         */
        include_once('decorator.inc.php');
        include_once('./lang/translations.php');
@@ -15,7 +15,7 @@
        $appName = 'phpPgAdmin';
 
        // Application version
-       $appVersion = '4.0';
+       $appVersion = '4.1-dev';
 
        // PostgreSQL and PHP minimum version
        $postgresqlMinVer = '7.0';