installer: add windows application version number to inno installer script

This addition to the inno installer script means that the windows uninstaller
registry key “DisplayVersion" is set to the application version number and
will show in Add/Remove Programs.
This commit is contained in:
Urs Rau 2016-01-07 12:49:26 +00:00
parent 693c12d5a7
commit e104ebf4e7

View File

@ -23,6 +23,7 @@
[Setup]
AppCopyright=Copyright 2005-2015 Matt Mackall and others
AppName=Mercurial
AppVersion={#VERSION}
#if ARCH == "x64"
AppVerName=Mercurial {#VERSION} (64-bit)
OutputBaseFilename=Mercurial-{#VERSION}-x64