summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY4
-rw-r--r--classes/database/BaseDB.php2
-rwxr-xr-xclasses/database/Postgres.php2
-rw-r--r--classes/database/Postgres72.php2
-rw-r--r--info.php2
-rw-r--r--lang/recoded/spanish.php2
-rw-r--r--lang/spanish.php2
-rw-r--r--libraries/lib.inc.php4
8 files changed, 10 insertions, 10 deletions
diff --git a/HISTORY b/HISTORY
index 5ab218c0..8fb18862 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,8 +1,8 @@
phpPgAdmin History
------------------
-Version 3.4-dev
------------
+Version 3.3.1
+-------------
Bugs
* Fix table stats for <= 7.2
diff --git a/classes/database/BaseDB.php b/classes/database/BaseDB.php
index 513c9a96..e5bf906c 100644
--- a/classes/database/BaseDB.php
+++ b/classes/database/BaseDB.php
@@ -4,7 +4,7 @@
* A class that implements the DB interface for Postgres
* Note: This class uses ADODB and returns RecordSets.
*
- * $Id: BaseDB.php,v 1.41 2004/03/06 11:30:00 chriskl Exp $
+ * $Id: BaseDB.php,v 1.40.2.1 2004/03/07 06:39:05 chriskl Exp $
*/
include_once('./classes/database/ADODB_base.php');
diff --git a/classes/database/Postgres.php b/classes/database/Postgres.php
index 5955013d..4c72752c 100755
--- a/classes/database/Postgres.php
+++ b/classes/database/Postgres.php
@@ -4,7 +4,7 @@
* A class that implements the DB interface for Postgres
* Note: This class uses ADODB and returns RecordSets.
*
- * $Id: Postgres.php,v 1.184 2004/03/06 11:30:00 chriskl Exp $
+ * $Id: Postgres.php,v 1.182.2.1 2004/03/07 06:39:05 chriskl Exp $
*/
// @@@ THOUGHT: What about inherits? ie. use of ONLY???
diff --git a/classes/database/Postgres72.php b/classes/database/Postgres72.php
index 484c05cb..9e66aa89 100644
--- a/classes/database/Postgres72.php
+++ b/classes/database/Postgres72.php
@@ -4,7 +4,7 @@
* A class that implements the DB interface for Postgres
* Note: This class uses ADODB and returns RecordSets.
*
- * $Id: Postgres72.php,v 1.58 2004/03/06 11:30:00 chriskl Exp $
+ * $Id: Postgres72.php,v 1.57.2.1 2004/03/07 06:39:05 chriskl Exp $
*/
diff --git a/info.php b/info.php
index 993684f8..ac2ee31a 100644
--- a/info.php
+++ b/info.php
@@ -3,7 +3,7 @@
/**
* List extra information on a table
*
- * $Id: info.php,v 1.6 2004/03/06 11:30:00 chriskl Exp $
+ * $Id: info.php,v 1.5.2.1 2004/03/07 06:39:05 chriskl Exp $
*/
// Include application functions
diff --git a/lang/recoded/spanish.php b/lang/recoded/spanish.php
index 8240cb0c..50485d9d 100644
--- a/lang/recoded/spanish.php
+++ b/lang/recoded/spanish.php
@@ -4,7 +4,7 @@
* Spanish language file for phpPgAdmin.
* @maintainer Mart&iacute;n Marqu&eacute;s (martin@bugs.unl.edu.ar)
*
- * $Id: spanish.php,v 1.22 2004/03/07 03:19:55 chriskl Exp $
+ * $Id: spanish.php,v 1.21.2.1 2004/03/07 06:39:05 chriskl Exp $
*/
// Language and character set
diff --git a/lang/spanish.php b/lang/spanish.php
index 697c65b4..2449e0d4 100644
--- a/lang/spanish.php
+++ b/lang/spanish.php
@@ -4,7 +4,7 @@
* Spanish language file for phpPgAdmin.
* @maintainer Martín Marqués (martin@bugs.unl.edu.ar)
*
- * $Id: spanish.php,v 1.22 2004/03/07 03:19:55 chriskl Exp $
+ * $Id: spanish.php,v 1.21.2.1 2004/03/07 06:39:05 chriskl Exp $
*/
// Language and character set
diff --git a/libraries/lib.inc.php b/libraries/lib.inc.php
index fbb4ead6..2a6184ee 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.74 2004/03/04 01:27:29 chriskl Exp $
+ * $Id: lib.inc.php,v 1.73.2.1 2004/03/07 06:39:05 chriskl Exp $
*/
// Set error reporting level to max
@@ -13,7 +13,7 @@
$appName = 'phpPgAdmin';
// Application version
- $appVersion = '3.4-dev';
+ $appVersion = '3.3.1';
// Check to see if the configuration file exists, if not, explain