Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0420342

Browse files
author
Hiroshi Inoue
committed
Update the version of psqlodbc driver.
1 parentffcad12 commit0420342

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
#defineDRIVERNAME"PostgreSQL ODBC"
8383
#defineDBMS_NAME"PostgreSQL"
8484

85-
#definePOSTGRESDRIVERVERSION"07.01.0007"
85+
#definePOSTGRESDRIVERVERSION"07.01.0008"
8686

8787
#ifdefWIN32
8888
#defineDRIVER_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)

[8]ページ先頭

©2009-2025 Movatter.jp