Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0420342

Browse files
author
Hiroshi Inoue
committed
Update the version of psqlodbc driver.
1 parent ffcad12 commit 0420342

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/interfaces/odbc/psqlodbc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Comments: See "notice.txt" for copyright and license information.
77
*
8-
* $Id: psqlodbc.h,v 1.50 2001/09/24 00:05:59 inoue Exp $
8+
* $Id: psqlodbc.h,v 1.51 2001/10/12 09:41:49 inoue Exp $
99
*
1010
*/
1111

@@ -82,7 +82,7 @@ typedef UInt4 Oid;
8282
#define DRIVERNAME "PostgreSQL ODBC"
8383
#define DBMS_NAME "PostgreSQL"
8484

85-
#define POSTGRESDRIVERVERSION "07.01.0007"
85+
#define POSTGRESDRIVERVERSION "07.01.0008"
8686

8787
#ifdef WIN32
8888
#define DRIVER_FILE_NAME "PSQLODBC.DLL"

src/interfaces/odbc/psqlodbc.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,8 @@ END
354354
//
355355

356356
VS_VERSION_INFO VERSIONINFO
357-
FILEVERSION 7,1,0,7
358-
PRODUCTVERSION 7,1,0,7
357+
FILEVERSION 7,1,0,8
358+
PRODUCTVERSION 7,1,0,8
359359
FILEFLAGSMASK 0x3L
360360
#ifdef _DEBUG
361361
FILEFLAGS 0x1L
@@ -377,14 +377,14 @@ BEGIN
377377
VALUE "CompanyName", "Insight Distribution Systems\0"
378378
#endif
379379
VALUE "FileDescription", "PostgreSQL Driver\0"
380-
VALUE "FileVersion", " 07.01.0007\0"
380+
VALUE "FileVersion", " 07.01.0008\0"
381381
VALUE "InternalName", "psqlodbc\0"
382382
VALUE "LegalCopyright", "\0"
383383
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"
384384
VALUE "OriginalFilename", "psqlodbc.dll\0"
385385
VALUE "PrivateBuild", "\0"
386386
VALUE "ProductName", "Microsoft Open Database Connectivity\0"
387-
VALUE "ProductVersion", " 07.01.0007\0"
387+
VALUE "ProductVersion", " 07.01.0008\0"
388388
VALUE "SpecialBuild", "\0"
389389
END
390390
END

0 commit comments

Comments
 (0)