Windows installer: add the Product Version key (found under Right-Click on installer executable -> Details tab).

This commit is contained in:
AnotherCommander 2013-12-21 21:51:53 +01:00
parent 84c1520ee8
commit c75a5cbc3c

View File

@ -74,6 +74,7 @@ VIAddVersionKey "ProductName" "Oolite"
VIAddVersionKey "FileDescription" "A space combat/trading game, inspired by Elite."
VIAddVersionKey "LegalCopyright" "© 2003-2013 Giles Williams, Jens Ayton and contributors"
VIAddVersionKey "FileVersion" "${VER}"
VIAddVersionKey "ProductVersion" "${VER}"
!ifdef SNAPSHOT
VIAddVersionKey "GIT Revision" "${VER_GITHASH}"
!endif