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: psqlodbc.rc
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -288,8 +288,8 @@ END
288
288
//
289
289
290
290
VS_VERSION_INFO VERSIONINFO
291
-
FILEVERSION 17,0,0,4
292
-
PRODUCTVERSION 17,0,0,4
291
+
FILEVERSION PG_DRVFILE_VERSION
292
+
PRODUCTVERSION PG_DRVFILE_VERSION
293
293
FILEFLAGSMASK 0x3L
294
294
#ifdef _DEBUG
295
295
FILEFLAGS 0x9L
@@ -307,13 +307,13 @@ BEGIN
307
307
VALUE "Comments", "PostgreSQL ANSI ODBC driver Japanese"
308
308
VALUE "CompanyName", "PostgreSQL Global Development Group"
309
309
VALUE "FileDescription", "PostgreSQL ODBC Driver (Japanese)"
310
-
VALUE "FileVersion", "17.00.0004"
310
+
VALUE "FileVersion", POSTGRES_RESOURCE_VERSION
311
311
VALUE "InternalName", "psqlodbc30a"
312
312
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."
313
313
VALUE "OriginalFilename", "psqlodbc30a.dll"
314
314
VALUE "PrivateBuild", "for Japanese by Hiroshi Inoue & Hiroshi Saito"
315
315
VALUE "ProductName", "PostgreSQL"
316
-
VALUE "ProductVersion", "17.00.0004"
316
+
VALUE "ProductVersion", POSTGRES_RESOURCE_VERSION
317
317
END
318
318
END
319
319
BLOCK "VarFileInfo"
@@ -609,8 +609,8 @@ END
609
609
//
610
610
611
611
VS_VERSION_INFO VERSIONINFO
612
-
FILEVERSION 17,0,0,4
613
-
PRODUCTVERSION 17,0,0,4
612
+
FILEVERSION PG_DRVFILE_VERSION
613
+
PRODUCTVERSION PG_DRVFILE_VERSION
614
614
FILEFLAGSMASK 0x3L
615
615
#ifdef _DEBUG
616
616
FILEFLAGS 0x9L
@@ -628,13 +628,13 @@ BEGIN
628
628
VALUE "Comments", "PostgreSQL ANSI ODBC driver"
629
629
VALUE "CompanyName", "PostgreSQL Global Development Group"
630
630
VALUE "FileDescription", "PostgreSQL ODBC Driver (English)"
631
-
VALUE "FileVersion", "17.00.0004"
631
+
VALUE "FileVersion", POSTGRES_RESOURCE_VERSION
632
632
VALUE "InternalName", "psqlodbc30a"
633
633
VALUE "LegalCopyright", "Copyright "
634
634
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 commit comments