summaryrefslogtreecommitdiff
path: root/os/win32/installer/install.nsi
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2006-12-21 14:23:47 +0000
committerDarkvater <Darkvater@openttd.org>2006-12-21 14:23:47 +0000
commit85da0eb990d5bb3f4e76838832845c483be95bb8 (patch)
tree9173d97e0c0044e93a43bdc40ee47559e807c972 /os/win32/installer/install.nsi
parent0b6a6e4137dc481aa0001f8c5370ea1961b42a19 (diff)
downloadopenttd-85da0eb990d5bb3f4e76838832845c483be95bb8.tar.xz
(svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Diffstat (limited to 'os/win32/installer/install.nsi')
-rw-r--r--os/win32/installer/install.nsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/win32/installer/install.nsi b/os/win32/installer/install.nsi
index 6ddd4eae5..3e30b5872 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.8.0"
-!define APPVERSION "0.4.8.0"
-!define INSTALLERVERSION 22 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!!
+!define APPNAMEANDVERSION "OpenTTD 0.5.0.0"
+!define APPVERSION "0.5.0.0"
+!define INSTALLERVERSION 23 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!!
!define MUI_ICON "..\..\..\openttd.ico"
!define MUI_UNICON "..\..\..\openttd.ico"
!define MUI_WELCOMEFINISHPAGE_BITMAP "welcome.bmp"