From 0420342af10dab33ef08941cb0d93a3876be7df7 Mon Sep 17 00:00:00 2001 From: Hiroshi Inoue Date: Fri, 12 Oct 2001 09:41:49 +0000 Subject: [PATCH] Update the version of psqlodbc driver. --- src/interfaces/odbc/psqlodbc.h | 4 ++-- src/interfaces/odbc/psqlodbc.rc | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/interfaces/odbc/psqlodbc.h b/src/interfaces/odbc/psqlodbc.h index d923be139d..796b282af8 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.50 2001/09/24 00:05:59 inoue Exp $ + * $Id: psqlodbc.h,v 1.51 2001/10/12 09:41:49 inoue Exp $ * */ @@ -82,7 +82,7 @@ typedef UInt4 Oid; #define DRIVERNAME "PostgreSQL ODBC" #define DBMS_NAME "PostgreSQL" -#define POSTGRESDRIVERVERSION "07.01.0007" +#define POSTGRESDRIVERVERSION "07.01.0008" #ifdef WIN32 #define DRIVER_FILE_NAME "PSQLODBC.DLL" diff --git a/src/interfaces/odbc/psqlodbc.rc b/src/interfaces/odbc/psqlodbc.rc index 8a0ecd03b2..f8db489580 100644 --- a/src/interfaces/odbc/psqlodbc.rc +++ b/src/interfaces/odbc/psqlodbc.rc @@ -354,8 +354,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 7,1,0,7 - PRODUCTVERSION 7,1,0,7 + FILEVERSION 7,1,0,8 + PRODUCTVERSION 7,1,0,8 FILEFLAGSMASK 0x3L #ifdef _DEBUG FILEFLAGS 0x1L @@ -377,14 +377,14 @@ BEGIN VALUE "CompanyName", "Insight Distribution Systems\0" #endif VALUE "FileDescription", "PostgreSQL Driver\0" - VALUE "FileVersion", " 07.01.0007\0" + VALUE "FileVersion", " 07.01.0008\0" VALUE "InternalName", "psqlodbc\0" VALUE "LegalCopyright", "\0" VALUE "LegalTrademarks", "ODBC(TM) is a trademark of Microsoft Corporation. Microsoft® is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation.\0" VALUE "OriginalFilename", "psqlodbc.dll\0" VALUE "PrivateBuild", "\0" VALUE "ProductName", "Microsoft Open Database Connectivity\0" - VALUE "ProductVersion", " 07.01.0007\0" + VALUE "ProductVersion", " 07.01.0008\0" VALUE "SpecialBuild", "\0" END END -- GitLab