diff options
author | Peter Eisentraut | 2013-10-08 03:10:18 +0000 |
---|---|---|
committer | Peter Eisentraut | 2013-10-08 03:10:18 +0000 |
commit | e6a8de2854bc94fc59b18c3643fd1d08ebfe268f (patch) | |
tree | ac1b0e2f642a5cb3272ca91fef487e15da021115 /src/port/win32ver.rc | |
parent | 3ac00d87014ad8fcfce85a68a91f6f9f570c57cb (diff) |
Stamp 8.4.18.REL8_4_18
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 930688a4763..8608c7cb5a5 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,4,17,0 - PRODUCTVERSION 8,4,17,0 + FILEVERSION 8,4,18,0 + PRODUCTVERSION 8,4,18,0 FILEFLAGSMASK 0x17L FILEFLAGS 0x0L FILEOS VOS_NT_WINDOWS32 |