summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2007-01-08 00:16:03 +0000
committerDarkvater <darkvater@openttd.org>2007-01-08 00:16:03 +0000
commit23776138ef3340061e773a8537e8946288a6367b (patch)
tree1963accff5c33b00636d73523a79855cecf86f77 /os
parentf22c963dcfa6aa4698a4a41ad27f95a60046d8fa (diff)
downloadopenttd-23776138ef3340061e773a8537e8946288a6367b.tar.xz
(svn r7973) - 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 a774b41ad..8c56d086c 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 24 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!!
+!define INSTALLERVERSION 25 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!!
!define MUI_ICON "..\..\..\openttd.ico"
!define MUI_UNICON "..\..\..\openttd.ico"
!define MUI_WELCOMEFINISHPAGE_BITMAP "welcome.bmp"