summaryrefslogtreecommitdiff
path: root/expat/win32/expat.iss
diff options
context:
space:
mode:
authorKarl Waclawek <karl@waclawek.net>2017-11-01 10:43:36 -0400
committerKarl Waclawek <karl@waclawek.net>2017-11-01 10:43:36 -0400
commit99c17d3b984339140c3cebd62b01a0f9ff88f8ec (patch)
tree9d8c68c86e5e96e08544b1b01c93525bf1a24f87 /expat/win32/expat.iss
parenta1f553f5f5c2cef56cdeb4201aef3b6cc35f6cb9 (diff)
downloadlibexpat-git-99c17d3b984339140c3cebd62b01a0f9ff88f8ec.tar.gz
Simplified version number updating in setup file for Win32. Fixed Copyright character for UTF-8.
Diffstat (limited to 'expat/win32/expat.iss')
-rw-r--r--expat/win32/expat.iss14
1 files changed, 8 insertions, 6 deletions
diff --git a/expat/win32/expat.iss b/expat/win32/expat.iss
index 91dd7a1d..2ef20a34 100644
--- a/expat/win32/expat.iss
+++ b/expat/win32/expat.iss
@@ -4,20 +4,22 @@
; This script was contributed by Tim Peters.
; It was designed for Inno Setup 2.0.19 but works with later versions as well.
+#define expatVer "2.2.5"
+
[Setup]
AppName=Expat
AppId=expat
-AppVersion=2.2.5
-AppVerName=Expat 2.2.5
-AppCopyright=Copyright � 1998-2017 Thai Open Source Software Center, Clark Cooper, and the Expat maintainers
+AppVersion={#expatVer}
+AppVerName=Expat {#expatVer}
+AppCopyright=Copyright © 1998-2017 Thai Open Source Software Center, Clark Cooper, and the Expat maintainers
AppPublisher=The Expat Developers
AppPublisherURL=http://www.libexpat.org/
AppSupportURL=http://www.libexpat.org/
AppUpdatesURL=http://www.libexpat.org/
-UninstallDisplayName=Expat XML Parser 2.2.5
-VersionInfoVersion=2.2.5
+UninstallDisplayName=Expat XML Parser {#expatVer}
+VersionInfoVersion={#expatVer}
-DefaultDirName={pf}\Expat 2.2.5
+DefaultDirName={pf}\Expat {#expatVer}
UninstallFilesDir={app}\Uninstall
Compression=lzma