diff options
Diffstat (limited to 'src/interfaces/odbc/psqlodbc.h')
-rw-r--r-- | src/interfaces/odbc/psqlodbc.h | 4 |
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" |