diff options
| author | Bruce Momjian <bruce@momjian.us> | 2005-01-18 05:00:35 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2005-01-18 05:00:35 +0000 |
| commit | 31197bbdf571ee86a132b56e55eda063f67f07ea (patch) | |
| tree | 837732e4d04f6a3d90efb354ef0eec103fa11976 /src/port/win32ver.rc | |
| parent | f87e5b295c43fa6cbf6cd743c9c7ed48adf9388c (diff) | |
| download | postgresql-31197bbdf571ee86a132b56e55eda063f67f07ea.tar.gz | |
Update version stamps for 8.1 as listed in RELEASE_CHANGES.
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 3c1c232e76..39cb2ed5fc 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,0,0,0 - PRODUCTVERSION 8,0,0,0 + FILEVERSION 8,1,0,0 + PRODUCTVERSION 8,1,0,0 FILEFLAGSMASK 0x17L FILEFLAGS 0x0L FILEOS VOS_NT_WINDOWS32 |
