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
@@ -354,8 +354,8 @@ END
354
354
//
355
355
356
356
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
359
359
FILEFLAGSMASK 0x3L
360
360
#ifdef _DEBUG
361
361
FILEFLAGS 0x1L
@@ -377,14 +377,14 @@ BEGIN
377
377
VALUE "CompanyName", "Insight Distribution Systems\0"
378
378
#endif
379
379
VALUE "FileDescription", "PostgreSQL Driver\0"
380
-
VALUE "FileVersion", " 07.01.0007\0"
380
+
VALUE "FileVersion", " 07.01.0008\0"
381
381
VALUE "InternalName", "psqlodbc\0"
382
382
VALUE "LegalCopyright", "\0"
383
383
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"
384
384
VALUE "OriginalFilename", "psqlodbc.dll\0"
385
385
VALUE "PrivateBuild", "\0"
386
386
VALUE "ProductName", "Microsoft Open Database Connectivity\0"
0 commit comments