Update the version of psqlodbc driver.
This commit is contained in:
parent
ffcad12769
commit
0420342af1
src/interfaces/odbc
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user