changeset 1848:3380688cf9b8 draft

(svn r2353) - Prepare windows installer for 0.4.0.1
author Darkvater <Darkvater@openttd.org>
date Sat, 21 May 2005 15:18:20 +0000
parents 0cc3341d12f7
children 34012a94a94f
files os/win32/installer/install.nsi
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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.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"