diff options
Diffstat (limited to 'src/port/win32ver.rc')
-rw-r--r-- | src/port/win32ver.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/port/win32ver.rc b/src/port/win32ver.rc index 9321696df77..2f0502431bc 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,5,0 - PRODUCTVERSION 8,1,5,0 + FILEVERSION 8,1,6,0 + PRODUCTVERSION 8,1,6,0 FILEFLAGSMASK 0x17L FILEFLAGS 0x0L FILEOS VOS_NT_WINDOWS32 @@ -17,7 +17,7 @@ BEGIN VALUE "CompanyName", "PostgreSQL Global Development Group" VALUE "FileDescription", FILEDESC VALUE "FileVersion", PG_VERSION - VALUE "LegalCopyright", "Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group. Portions Copyright (c) 1994, Regents of the University of California." + VALUE "LegalCopyright", "Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group. Portions Copyright (c) 1994, Regents of the University of California." VALUE "ProductName", "PostgreSQL" VALUE "ProductVersion", PG_VERSION END |