summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2006-07-31 22:40:55 +0000
committerDarkvater <Darkvater@openttd.org>2006-07-31 22:40:55 +0000
commit15516f5de51bfecdb68a6736ea24b80607bd6fb9 (patch)
tree94e360b45c5c22637a3973cc7391ef997a2ab8fa /os
parent6d396f3e1754ca8e4679e860328048ceac6eb175 (diff)
downloadopenttd-15516f5de51bfecdb68a6736ea24b80607bd6fb9.tar.xz
(svn r5688) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
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 341c9b776..92f4c6204 100644
--- a/os/win32/installer/install.nsi
+++ b/os/win32/installer/install.nsi
@@ -2,7 +2,7 @@
!define APPNAME "OpenTTD"
!define APPNAMEANDVERSION "OpenTTD 0.4.8.0"
!define APPVERSION "0.4.8.0"
-!define INSTALLERVERSION 20 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!!
+!define INSTALLERVERSION 21 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!!
!define MUI_ICON "..\..\..\openttd.ico"
!define MUI_UNICON "..\..\..\openttd.ico"
!define MUI_WELCOMEFINISHPAGE_BITMAP "welcome.bmp"