os/win32/installer/install.nsi
branch0.5
changeset 5544 073e874ec6a1
parent 5539 0b34e0353454
equal deleted inserted replaced
5543:4d8dfa498905 5544:073e874ec6a1
     1 !define APPNAME "OpenTTD"   ; Define application name
     1 !define APPNAME "OpenTTD"   ; Define application name
     2 !define APPVERSION "0.5.3"  ; Define application version
     2 !define APPVERSION "0.5.3"  ; Define application version
     3 !define INSTALLERVERSION 37 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
     3 !define INSTALLERVERSION 38 ; 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