aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-01-30 19:32:22 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-01-30 19:32:22 +0000
commit9c1bb683565820e24fd981506cc7c1dd3cdedbd2 (patch)
treef18159ebef0e6c1dbc7b7b70b965a93ca06e8adf /src/interfaces
parentf3610577bd4ba1a8847dbf00d5551b487794001c (diff)
downloadpostgresql-9c1bb683565820e24fd981506cc7c1dd3cdedbd2.tar.gz
postgresql-9c1bb683565820e24fd981506cc7c1dd3cdedbd2.zip
Stamp release 7.4.7.
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/libpq/libpq.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/interfaces/libpq/libpq.rc b/src/interfaces/libpq/libpq.rc
index a6101346239..e46519ce5e5 100644
--- a/src/interfaces/libpq/libpq.rc
+++ b/src/interfaces/libpq/libpq.rc
@@ -1,8 +1,8 @@
#include <winver.h>
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 7,4,6,0
- PRODUCTVERSION 7,4,6,0
+ FILEVERSION 7,4,7,0
+ PRODUCTVERSION 7,4,7,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", "7, 4, 6, 0\0"
+ VALUE "FileVersion", "7, 4, 7, 0\0"
VALUE "InternalName", "libpq\0"
VALUE "LegalCopyright", "Copyright (C) 2003\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "libpq.dll\0"
VALUE "ProductName", "PostgreSQL\0"
- VALUE "ProductVersion", "7, 4, 6, 0\0"
+ VALUE "ProductVersion", "7, 4, 7, 0\0"
END
END
BLOCK "VarFileInfo"