aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2023-05-08 17:21:16 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2023-05-08 17:21:16 -0400
commitf96e531b1c079ae148b927a204845c7150a573f8 (patch)
treedb256f5ff5d042da1cfdfe5ff8b6713766cb34eb /src/interfaces
parent8dec3e375380dcdffea20d95ce3993c1bf79b045 (diff)
downloadpostgresql-REL_11_20.tar.gz
postgresql-REL_11_20.zip
Stamp 11.20.REL_11_20
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/libpq/libpq.rc.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/interfaces/libpq/libpq.rc.in b/src/interfaces/libpq/libpq.rc.in
index ce966709889..92d5318598c 100644
--- a/src/interfaces/libpq/libpq.rc.in
+++ b/src/interfaces/libpq/libpq.rc.in
@@ -1,8 +1,8 @@
#include <winver.h>
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 11,0,19,0
- PRODUCTVERSION 11,0,19,0
+ FILEVERSION 11,0,20,0
+ PRODUCTVERSION 11,0,20,0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0
FILEOS VOS__WINDOWS32
@@ -15,13 +15,13 @@ BEGIN
BEGIN
VALUE "CompanyName", "\0"
VALUE "FileDescription", "PostgreSQL Access Library\0"
- VALUE "FileVersion", "11.19\0"
+ VALUE "FileVersion", "11.20\0"
VALUE "InternalName", "libpq\0"
VALUE "LegalCopyright", "Copyright (C) 2018\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "libpq.dll\0"
VALUE "ProductName", "PostgreSQL\0"
- VALUE "ProductVersion", "11.19\0"
+ VALUE "ProductVersion", "11.20\0"
END
END
BLOCK "VarFileInfo"