summaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/psqlodbc.h
diff options
context:
space:
mode:
authorByron Nikolaidis <byronn@insightdist.com>1999-09-03 05:29:00 +0000
committerByron Nikolaidis <byronn@insightdist.com>1999-09-03 05:29:00 +0000
commit283df996c69b439dc37fc029e22e85b8929e1710 (patch)
tree767bbece7f3a3a9478f385a96c0fc552e61fb001 /src/interfaces/odbc/psqlodbc.h
parent19f947e800eae053d90486c2b57f856b69182bc0 (diff)
driver v06-40-0007
Diffstat (limited to 'src/interfaces/odbc/psqlodbc.h')
-rw-r--r--src/interfaces/odbc/psqlodbc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/odbc/psqlodbc.h b/src/interfaces/odbc/psqlodbc.h
index 9c6b0388705..e46c187e484 100644
--- a/src/interfaces/odbc/psqlodbc.h
+++ b/src/interfaces/odbc/psqlodbc.h
@@ -39,8 +39,8 @@ typedef UInt4 Oid;
#define DRIVERNAME "PostgreSQL ODBC"
#define DBMS_NAME "PostgreSQL"
-#define DBMS_VERSION "06.40.0006 PostgreSQL 6.4"
-#define POSTGRESDRIVERVERSION "06.40.0006"
+#define DBMS_VERSION "06.40.0007 PostgreSQL 6.4"
+#define POSTGRESDRIVERVERSION "06.40.0007"
#ifdef WIN32
#define DRIVER_FILE_NAME "PSQLODBC.DLL"