Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3ac85b8

Browse files
committed
Update Win32-world version number of libpq++.
1 parent14d3c64 commit3ac85b8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
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

Lines changed: 1 addition & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp