os/win32/installer/install.nsi
branchgamebalance
changeset 9907 3b068c3a1c74
parent 6496 99a6f06645c2
child 6719 4cc327ad39d5
child 6978 ba06504a1543
child 9601 b499fdd106d5
equal deleted inserted replaced
9906:6f41b8713b65 9907:3b068c3a1c74
     1 !define APPNAME "OpenTTD"   ; Define application name
     1 !define APPNAME "OpenTTD"   ; Define application name
     2 !define APPVERSION "0.5.0"  ; Define application version
     2 !define APPVERSION "0.5.1"  ; Define application version
     3 !define INSTALLERVERSION 28 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
     3 !define INSTALLERVERSION 30 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
     4 
     4 
     5 !define APPURLLINK "http://www.openttd.org"
     5 !define APPURLLINK "http://www.openttd.org"
     6 !define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}"
     6 !define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}"
     7 !define APPVERSIONINTERNAL "${APPVERSION}.0" ; Needs to be of the format X.X.X.X
     7 !define APPVERSIONINTERNAL "${APPVERSION}.0" ; Needs to be of the format X.X.X.X
     8 
     8