Skip to content

Commit

Permalink
Merge pull request #581 from libexpat/fix-windows-installer
Browse files Browse the repository at this point in the history
Fix windows installer (related to #555, follow-up to #570)
  • Loading branch information
hartwork committed Mar 4, 2022
2 parents 17b2584 + c3e9dcf commit 27d5b8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion expat/Changes
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Release 2.4.7 Fri March 4 2022
0123456789 % -._~ :/?#[]@ !$&'()*+,;=

Other changes:
#555 #570 CMake|Windows: Store Expat version in the DLL
#555 #570 #581 CMake|Windows: Store Expat version in the DLL
#577 Document consequences of namespace separator choices not just
in doc/reference.html but also in header <expat.h>
#577 Document Expat's lack of validation of namespace URIs against
Expand Down
2 changes: 1 addition & 1 deletion expat/win32/expat.iss
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Flags: ignoreversion; Source: doc\*.css; DestDir: "{app}\Doc"
Flags: ignoreversion; Source: doc\*.xml; DestDir: "{app}\Doc"
Flags: ignoreversion; Source: win32\bin\Release\*.dll; DestDir: "{app}\Bin"
Flags: ignoreversion; Source: win32\bin\Release\*.lib; DestDir: "{app}\Bin"
Flags: ignoreversion; Source: win32\version.rc; DestDir: "{app}\Bin"
Flags: ignoreversion; Source: win32\version.rc; DestDir: "{app}\Source\win32"
Flags: ignoreversion; Source: win32\README.txt; DestDir: "{app}\Source"
Flags: ignoreversion; Source: AUTHORS; DestDir: "{app}\Source"
Flags: ignoreversion; Source: Changes; DestDir: "{app}\Source"
Expand Down

0 comments on commit 27d5b8b

Please sign in to comment.