diff options
Diffstat (limited to 'src/interfaces/odbc/psqlodbc.h')
-rw-r--r-- | src/interfaces/odbc/psqlodbc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interfaces/odbc/psqlodbc.h b/src/interfaces/odbc/psqlodbc.h index 3a2d8c9cb0b..6d39e63737f 100644 --- a/src/interfaces/odbc/psqlodbc.h +++ b/src/interfaces/odbc/psqlodbc.h @@ -5,7 +5,7 @@ * * Comments: See "notice.txt" for copyright and license information. * - * $Id: psqlodbc.h,v 1.65 2002/04/15 02:46:00 inoue Exp $ + * $Id: psqlodbc.h,v 1.66 2002/05/22 05:51:03 inoue Exp $ * */ @@ -20,6 +20,8 @@ #include <stdio.h> /* for FILE* pointers: see GLOBAL_VALUES */ +#include "version.h" + /* Must come before sql.h */ #ifndef ODBCVER #define ODBCVER 0x0250 @@ -87,8 +89,6 @@ typedef UInt4 Oid; #define DBMS_NAME "PostgreSQL" #endif /* ODBCVER */ -#define POSTGRESDRIVERVERSION "07.02.0001" - #ifdef WIN32 #if (ODBCVER >= 0x0300) #ifdef UNICODE_SUPPORT |