Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3ac85b8

Browse files
committed
Update Win32-world version number of libpq++.
1 parent 14d3c64 commit 3ac85b8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/interfaces/libpq++/libpq++dll.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#include <winver.h>
22

33
VS_VERSION_INFO VERSIONINFO
4-
FILEVERSION 7,1,2,0
5-
PRODUCTVERSION 7,1,2,0
4+
FILEVERSION 7,2,0,0
5+
PRODUCTVERSION 7,2,0,0
66
FILEFLAGSMASK 0x3fL
77
FILEFLAGS 0x0L
88
FILEOS 0x40004L
@@ -16,14 +16,14 @@ BEGIN
1616
VALUE "Comments", "\0"
1717
VALUE "CompanyName", " \0"
1818
VALUE "FileDescription", "PostgreSQL C++ Access Library\0"
19-
VALUE "FileVersion", "7, 1, 2, 0\0"
19+
VALUE "FileVersion", "7, 2, 0, 0\0"
2020
VALUE "InternalName", "libpq++\0"
2121
VALUE "LegalCopyright", "Copyright � 2000\0"
2222
VALUE "LegalTrademarks", "\0"
2323
VALUE "OriginalFilename", "libpq++.dll\0"
2424
VALUE "PrivateBuild", "\0"
2525
VALUE "ProductName", "PostgreSQL\0"
26-
VALUE "ProductVersion", "7, 1, 2, 0\0"
26+
VALUE "ProductVersion", "7, 2, 0, 0\0"
2727
VALUE "SpecialBuild", "\0"
2828
END
2929
END

src/tools/RELEASE_CHANGES

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
doc/src/sgml/version.sgml
44
bump interface version numbers
55
update src/interfaces/libpq/libpq.rc
6+
update src/interfaces/libpq++/libpq++dll.rc
67
update src/include/config.h.win32
78

89
* Release notes

0 commit comments

Comments
 (0)