1
0
Fork 0

Version number update

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3412
This commit is contained in:
Peter Veenstra 2009-05-27 16:14:38 +00:00
parent fb86dbe837
commit f56a09814b

View file

@ -1,11 +1,11 @@
!define VER_MAYOR 0
!define VER_MINOR 72
!define VER_MINOR 73
!define APP_NAME "DOSBox ${VER_MAYOR}.${VER_MINOR} Installer"
!define COMP_NAME "DOSBox Team"
!define COPYRIGHT "Copyright © 2002-2009 DOSBox Team"
!define DESCRIPTION "DOSBox Installer"
VIProductVersion "${VER_MAYOR}.73.0.0"
VIProductVersion "${VER_MAYOR}.${VER_MINOR}.0.0"
VIAddVersionKey "ProductName" "${APP_NAME}"
VIAddVersionKey "CompanyName" "${COMP_NAME}"
VIAddVersionKey "FileDescription" "${DESCRIPTION}"