aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>2009-03-13 02:39:42 +0000
committerMarc G. Fournier <scrappy@hub.org>2009-03-13 02:39:42 +0000
commite3c0d679dca9743805e2145f654d06e09950f2d3 (patch)
tree01041ab5bd7ee5ec247f9952d0749a60d31356e7 /src/interfaces
parentdbb6d2f95959379927c47d1d0fe3fb64cb4756fb (diff)
downloadpostgresql-REL7_4_25.tar.gz
postgresql-REL7_4_25.zip
tag 7.4.25REL7_4_25
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 fbfe0051f4c..29e43750dc3 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,24,0
- PRODUCTVERSION 7,4,24,0
+ FILEVERSION 7,4,25,0
+ PRODUCTVERSION 7,4,25,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, 24, 0\0"
+ VALUE "FileVersion", "7, 4, 25, 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, 24, 0\0"
+ VALUE "ProductVersion", "7, 4, 25, 0\0"
END
END
BLOCK "VarFileInfo"