Changeset - r1848:27b2ef65f03b
[Not reviewed]
master
0 1 0
Darkvater - 19 years ago 2005-05-21 15:18:20
darkvater@openttd.org
(svn r2353) - Prepare windows installer for 0.4.0.1
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
os/win32/installer/install.nsi
Show inline comments
 
; Define your application name
 
!define APPNAME "OpenTTD"
 
!define APPNAMEANDVERSION "OpenTTD 0.4.0.0"
 
!define APPVERSION "0.4.0.0"
 
!define INSTALLERVERSION 15 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!!
 
!define APPNAMEANDVERSION "OpenTTD 0.4.0.1"
 
!define APPVERSION "0.4.0.1"
 
!define INSTALLERVERSION 16 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!!
 
!define MUI_ICON "..\..\..\openttd.ico"
 
!define MUI_UNICON "..\..\..\openttd.ico"
 
!define MUI_WELCOMEFINISHPAGE_BITMAP "welcome.bmp"
0 comments (0 inline, 0 general)