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
commit90d284372a2219bc19b72674f1d4c2dd8d8bc2f1 (patch)
tree94e360b45c5c22637a3973cc7391ef997a2ab8fa /os
parentec7c9a5fc78d30cbb0ce0a89af5f81b7b22ce706 (diff)
downloadopenttd-90d284372a2219bc19b72674f1d4c2dd8d8bc2f1.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"