Skip to content

Commit ec5bd24

Browse files
fanc999-1kjellahl
authored andcommitted
libxml++.rc.in: Fix version info
We are now on libxml++-5.0 (5 .x), not -2.6, so fix the version info in here
1 parent 35ba7d5 commit ec5bd24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MSVC_NMake/libxml++/libxml++.rc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ BEGIN
5353
VALUE "FileDescription", "The official C++ wrapper for libxml2"
5454
VALUE "FileVersion", "@PACKAGE_VERSION@"
5555
VALUE "LegalCopyright", "Distribution is under the LGPL (see COPYING)"
56-
VALUE "OriginalFilename", "libxml++-2.6"
56+
VALUE "OriginalFilename", "libxml++-5.0"
5757
VALUE "ProductName", "@PACKAGE_NAME@"
5858
VALUE "ProductVersion", "@PACKAGE_VERSION@"
5959
END

0 commit comments

Comments
 (0)