From 024db8d058baab898127ae0d9022a50fb5b064b5 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Tue, 31 Jan 2006 22:26:00 +0000 Subject: (svn r3502) - Update appropiate files with release information for 0.4.5 --- os/win32/installer/install.nsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'os') 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" -- cgit v1.2.3-54-g00ecf