Prep files for 4.2-Beta REL_4-2-BETA-1
authorxzilla <xzilla>
Mon, 17 Dec 2007 06:14:58 +0000 (06:14 +0000)
committerxzilla <xzilla>
Mon, 17 Dec 2007 06:14:58 +0000 (06:14 +0000)
CREDITS
HISTORY
libraries/lib.inc.php

diff --git a/CREDITS b/CREDITS
index 209869b175f1d386fbc4662379ce971b2421e409..8e73f6c7fc6117f5fff35a5ea87ee68a58fdd5ab 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -3,9 +3,8 @@ CREDITS
 
 Project Administration & Major Projects
 
-- Dan Wilson
 - Robert Treat
-- Christopher Kings-Lynne
+- JGuillaume 'ioguix' De Rorthais
 
 Translators
 
@@ -44,6 +43,8 @@ Look & Feel
 
 Contributors
 
+- Dan Wilson
+- Christopher Kings-Lynne
 - Felix Meinhold
 - Jean-Michel Poure
 - Rafal Slubowski
@@ -60,7 +61,6 @@ Contributors
 - Javier Carlos 
 - Eric Kinolik
 - John Jawed
-- JGuillaume 'ioguix' De Rorthais
 - Karl O. Pinc  
 - Tomasz Pala
 - Ivan Zolotukhin 
diff --git a/HISTORY b/HISTORY
index f131df3c4a773ead2a34e2884852c37ee89d1388..a9c6dbe6d3ce5d02d75afdad3b297dc982c683d0 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -1,7 +1,7 @@
 phpPgAdmin History
 ------------------
 
-Version 4.2
+Version 4.2-Beta-1
 -----------
 
 Features
index 3213bbcca75723a1e9e7e12cd183d03c8fc9f312..1be54201a0d90dfd75c1240b514aa2cb89aaee94 100644 (file)
@@ -3,7 +3,7 @@
        /**
         * Function library read in upon startup
         *
-        * $Id: lib.inc.php,v 1.120 2007/10/17 20:56:28 ioguix Exp $
+        * $Id: lib.inc.php,v 1.121 2007/12/17 06:14:58 xzilla Exp $
         */
 
        include_once('./libraries/decorator.inc.php');
@@ -16,7 +16,7 @@
        $appName = 'phpPgAdmin';
 
        // Application version
-       $appVersion = '4.2-dev';
+       $appVersion = '4.2-Beta-1';
 
        // PostgreSQL and PHP minimum version
        $postgresqlMinVer = '7.0';