Version number update
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3412
This commit is contained in:
parent
fb86dbe837
commit
f56a09814b
1 changed files with 2 additions and 2 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue