os/win32/installer/install.nsi
branchgamebalance
changeset 9910 0b2aebc8283e
parent 9909 dce9a6923bb7
child 7240 b54e55f0d615
child 9912 1ac8aac92385
equal deleted inserted replaced
9909:dce9a6923bb7 9910:0b2aebc8283e
     1 !define APPNAME "OpenTTD"   ; Define application name
     1 !define APPNAME "OpenTTD"   ; Define application name
     2 !define APPVERSION "0.5.1"  ; Define application version
     2 !define APPVERSION "0.5.1"  ; Define application version
     3 !define INSTALLERVERSION 31 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
     3 !define INSTALLERVERSION 32 ; 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