diff options
author | Darkvater <darkvater@openttd.org> | 2006-01-31 22:26:00 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2006-01-31 22:26:00 +0000 |
commit | 024db8d058baab898127ae0d9022a50fb5b064b5 (patch) | |
tree | 02d093ea2e10d8d703c2e02a2c1ef367a45277a9 /os | |
parent | 896551850ab104e6ef976f2d5d48056a3e05aebf (diff) | |
download | openttd-024db8d058baab898127ae0d9022a50fb5b064b5.tar.xz |
(svn r3502) - Update appropiate files with release information for 0.4.5
Diffstat (limited to 'os')
-rw-r--r-- | os/win32/installer/install.nsi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/os/win32/installer/install.nsi b/os/win32/installer/install.nsi index 2af9a126d..7bbfb6a16 100644 --- a/os/win32/installer/install.nsi +++ b/os/win32/installer/install.nsi @@ -1,8 +1,8 @@ ; Define your application name !define APPNAME "OpenTTD" -!define APPNAMEANDVERSION "OpenTTD 0.4.0.1" -!define APPVERSION "0.4.0.1" -!define INSTALLERVERSION 16 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!! +!define APPNAMEANDVERSION "OpenTTD 0.4.5.0" +!define APPVERSION "0.4.5.0" +!define INSTALLERVERSION 17 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!! !define MUI_ICON "..\..\..\openttd.ico" !define MUI_UNICON "..\..\..\openttd.ico" !define MUI_WELCOMEFINISHPAGE_BITMAP "welcome.bmp" @@ -238,7 +238,7 @@ Section Uninstall ; Data files Delete "$INSTDIR\data\opntitle.dat" - Delete "$INSTDIR\data\signalsw.grf" + Delete "$INSTDIR\data\nsignalsw.grf" Delete "$INSTDIR\data\openttd.grf" Delete "$INSTDIR\data\canalsw.grf" Delete "$INSTDIR\data\trkfoundw.grf" |