You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/interfaces/odbc/psqlodbc.rc
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -342,8 +342,8 @@ END
342
342
//
343
343
344
344
VS_VERSION_INFO VERSIONINFO
345
-
FILEVERSION 7,1,0,5
346
-
PRODUCTVERSION 7,1,0,5
345
+
FILEVERSION 7,1,0,6
346
+
PRODUCTVERSION 7,1,0,6
347
347
FILEFLAGSMASK 0x3L
348
348
#ifdef _DEBUG
349
349
FILEFLAGS 0x1L
@@ -365,14 +365,14 @@ BEGIN
365
365
VALUE "CompanyName", "Insight Distribution Systems\0"
366
366
#endif
367
367
VALUE "FileDescription", "PostgreSQL Driver\0"
368
-
VALUE "FileVersion", " 07.01.0005\0"
368
+
VALUE "FileVersion", " 07.01.0006\0"
369
369
VALUE "InternalName", "psqlodbc\0"
370
370
VALUE "LegalCopyright", "\0"
371
371
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"
372
372
VALUE "OriginalFilename", "psqlodbc.dll\0"
373
373
VALUE "PrivateBuild", "\0"
374
374
VALUE "ProductName", "Microsoft Open Database Connectivity\0"
0 commit comments