summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2006-12-31 11:36:11 +0000
committerDarkvater <Darkvater@openttd.org>2006-12-31 11:36:11 +0000
commit1319954a5d3222d134cde52a5c399cc463039930 (patch)
tree2b757384ec26d302bf27042f6633f8fdb349240a /os
parent11537c1245135e038fca94c36d95cb58834f1d4a (diff)
downloadopenttd-1319954a5d3222d134cde52a5c399cc463039930.tar.xz
(svn r7695) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Diffstat (limited to 'os')
-rw-r--r--os/win32/installer/install.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/win32/installer/install.nsi b/os/win32/installer/install.nsi
index 3e30b5872..a774b41ad 100644
--- a/os/win32/installer/install.nsi
+++ b/os/win32/installer/install.nsi
@@ -2,7 +2,7 @@
!define APPNAME "OpenTTD"
!define APPNAMEANDVERSION "OpenTTD 0.5.0.0"
!define APPVERSION "0.5.0.0"
-!define INSTALLERVERSION 23 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!!
+!define INSTALLERVERSION 24 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!!
!define MUI_ICON "..\..\..\openttd.ico"
!define MUI_UNICON "..\..\..\openttd.ico"
!define MUI_WELCOMEFINISHPAGE_BITMAP "welcome.bmp"