summaryrefslogtreecommitdiff
path: root/os/win32
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-11-18 14:57:14 +0000
committerrubidium <rubidium@openttd.org>2007-11-18 14:57:14 +0000
commit56f332fafdcbae793ddddf9e9168b02609b16f49 (patch)
tree1fd8aec8d6445f52306868a194aa033d493d79fd /os/win32
parentafbd03b49c07471d8efe6e12b488cb8b017639ab (diff)
downloadopenttd-56f332fafdcbae793ddddf9e9168b02609b16f49.tar.xz
(svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
Diffstat (limited to 'os/win32')
-rw-r--r--os/win32/installer/install.nsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/win32/installer/install.nsi b/os/win32/installer/install.nsi
index 683b2e2d8..ae71896f1 100644
--- a/os/win32/installer/install.nsi
+++ b/os/win32/installer/install.nsi
@@ -1,9 +1,9 @@
!define APPNAME "OpenTTD" ; Define application name
-!define APPVERSION "0.5.3" ; Define application version
-!define INSTALLERVERSION 38 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
+!define APPVERSION "0.6.0" ; Define application version
+!define INSTALLERVERSION 39 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
!define APPURLLINK "http://www.openttd.org"
-!define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}"
+!define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}-beta1"
!define APPVERSIONINTERNAL "${APPVERSION}.0" ; Needs to be of the format X.X.X.X
!define MUI_ICON "..\..\..\media\openttd.ico"