Simplified version number updating in setup file for Win32. Fixed Copyright character for UTF-8.

This commit is contained in:
Karl Waclawek 2017-11-01 10:43:36 -04:00
parent a1f553f5f5
commit 99c17d3b98

View File

@ -4,20 +4,22 @@
; This script was contributed by Tim Peters. ; This script was contributed by Tim Peters.
; It was designed for Inno Setup 2.0.19 but works with later versions as well. ; It was designed for Inno Setup 2.0.19 but works with later versions as well.
#define expatVer "2.2.5"
[Setup] [Setup]
AppName=Expat AppName=Expat
AppId=expat AppId=expat
AppVersion=2.2.5 AppVersion={#expatVer}
AppVerName=Expat 2.2.5 AppVerName=Expat {#expatVer}
AppCopyright=Copyright <EFBFBD> 1998-2017 Thai Open Source Software Center, Clark Cooper, and the Expat maintainers AppCopyright=Copyright © 1998-2017 Thai Open Source Software Center, Clark Cooper, and the Expat maintainers
AppPublisher=The Expat Developers AppPublisher=The Expat Developers
AppPublisherURL=http://www.libexpat.org/ AppPublisherURL=http://www.libexpat.org/
AppSupportURL=http://www.libexpat.org/ AppSupportURL=http://www.libexpat.org/
AppUpdatesURL=http://www.libexpat.org/ AppUpdatesURL=http://www.libexpat.org/
UninstallDisplayName=Expat XML Parser 2.2.5 UninstallDisplayName=Expat XML Parser {#expatVer}
VersionInfoVersion=2.2.5 VersionInfoVersion={#expatVer}
DefaultDirName={pf}\Expat 2.2.5 DefaultDirName={pf}\Expat {#expatVer}
UninstallFilesDir={app}\Uninstall UninstallFilesDir={app}\Uninstall
Compression=lzma Compression=lzma