diff options
author | Marc G. Fournier | 2009-12-10 03:15:17 +0000 |
---|---|---|
committer | Marc G. Fournier | 2009-12-10 03:15:17 +0000 |
commit | c89eec506415829a8ebb892a80c6aabc645c90cf (patch) | |
tree | 8074676048d4909b710b1e78770a9f6670792add /src/port/win32ver.rc | |
parent | ce07e3f60e057b2fe8e905869132e35314cf18b7 (diff) |
tag 8.1.19REL8_1_19
Diffstat (limited to 'src/port/win32ver.rc')
-rw-r--r-- | src/port/win32ver.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/port/win32ver.rc b/src/port/win32ver.rc index 74d47c6bb03..4f89ad54d6f 100644 --- a/src/port/win32ver.rc +++ b/src/port/win32ver.rc @@ -2,8 +2,8 @@ #include "pg_config.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 8,1,18,0 - PRODUCTVERSION 8,1,18,0 + FILEVERSION 8,1,19,0 + PRODUCTVERSION 8,1,19,0 FILEFLAGSMASK 0x17L FILEFLAGS 0x0L FILEOS VOS_NT_WINDOWS32 |