From 29e4b4e263530c7ceb64ce26766bacf58ed36740 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 18 Nov 2007 14:57:14 +0000 Subject: (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD. --- os/debian/changelog | 6 ++++++ os/win32/installer/install.nsi | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'os') diff --git a/os/debian/changelog b/os/debian/changelog index 0149ea81d..0f7ab6ad7 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -4,6 +4,12 @@ openttd (0.6~svn) unstable; urgency=low -- Matthijs Kooijman Mon, 26 Feb 2007 21:07:05 +0100 +openttd (0.6.0~beta1-1) unstable; urgency=low + + * New upstream release. + + -- Matthijs Kooijman Sun, 18 Nov 2007 16:05:05 +0100 + openttd (0.5.3-1) unstable; urgency=low * New upstream release. 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" -- cgit v1.2.3-54-g00ecf