summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-02-08 17:57:19 +0000
committerrubidium <rubidium@openttd.org>2007-02-08 17:57:19 +0000
commit656766da026b3a0e5f2391609c9594490bdd320b (patch)
tree40a84bf0fd427bb89c47ebf1174c1403537a3c53 /os
parent3d04e8f64d4c26b5e12243902269f61995780d61 (diff)
downloadopenttd-656766da026b3a0e5f2391609c9594490bdd320b.tar.xz
(svn r8642) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, 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 0104b3281..598d9d481 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 26 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!!
+!define INSTALLERVERSION 27 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!!
!define MUI_ICON "..\..\..\openttd.ico"
!define MUI_UNICON "..\..\..\openttd.ico"
!define MUI_WELCOMEFINISHPAGE_BITMAP "welcome.bmp"