aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2003-12-02 16:26:00 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2003-12-02 16:26:00 +0000
commit7af352f103f349f0e986ed0af5a26bb1000aa7fb (patch)
tree18a1a54d89bca3467d87b035e87223f923f5ccd8 /src/interfaces
parent3299a092e2b2b4168cd8a7bcc21b7ed3efadf592 (diff)
downloadpostgresql-REL7_3_5.tar.gz
postgresql-REL7_3_5.zip
Brand 7.3.5.REL7_3_5
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 b059d0547f3..d15d40b6684 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,3,4,0
- PRODUCTVERSION 7,3,4,0
+ FILEVERSION 7,3,5,0
+ PRODUCTVERSION 7,3,5,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, 3, 4, 0\0"
+ VALUE "FileVersion", "7, 3, 5, 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, 3, 4, 0\0"
+ VALUE "ProductVersion", "7, 3, 5, 0\0"
END
END
BLOCK "VarFileInfo"