[libxmlplusplus/nmake-3-2: 3/5] libxml++.rc.in: Fix version info



commit c0c24111596fd9cad05fc9d480de6833e869ee89
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Fri Jun 12 12:33:25 2020 +0800

    libxml++.rc.in: Fix version info
    
    We are now on libxml++-3.0 (3.x), not -2.6, so fix the version info in here

 MSVC_NMake/libxml++/libxml++.rc.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/MSVC_NMake/libxml++/libxml++.rc.in b/MSVC_NMake/libxml++/libxml++.rc.in
index e9f81f9..c0e2ba0 100644
--- a/MSVC_NMake/libxml++/libxml++.rc.in
+++ b/MSVC_NMake/libxml++/libxml++.rc.in
@@ -53,7 +53,7 @@ BEGIN
             VALUE "FileDescription", "The official C++ wrapper for libxml2"
             VALUE "FileVersion", "@PACKAGE_VERSION@"
             VALUE "LegalCopyright", "Distribution is under the LGPL (see COPYING)"
-            VALUE "OriginalFilename", "libxml++-2.6"
+            VALUE "OriginalFilename", "libxml++-3.0"
             VALUE "ProductName", "@PACKAGE_NAME@"
             VALUE "ProductVersion", "@PACKAGE_VERSION@"
         END


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]