mirror of https://github.com/OpenTTD/OpenTTD
(svn r24120) [1.2] -Fix [FS#5155]: accidental removal of constant definition in Windows installer
parent
e4efad8374
commit
87064a39a6
|
@ -3,6 +3,7 @@
|
|||
!define APPV_MINOR 2
|
||||
!define APPV_MAINT 0
|
||||
!define APPV_BUILD 8
|
||||
!define APPV_EXTRA ""
|
||||
|
||||
!define APPNAME "OpenTTD" ; Define application name
|
||||
!define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version
|
||||
|
|
Loading…
Reference in New Issue