From ef112812c6d9f04531ebfe4f2c704861deb68f0b Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 15 Jan 2008 20:44:31 +0000 Subject: (svn r11868) -Fix: some files were still mentioning that beta1 is the latest release when that's not the case. --- os/debian/changelog | 6 ++++++ os/win32/installer/install.nsi | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'os') diff --git a/os/debian/changelog b/os/debian/changelog index a4c44eb19..16fa10a34 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~beta3-1) unstable; urgency=low + + * New upstream release. + + -- Matthijs Kooijman Tue, 16 Jan 2008 21:40:07 +0100 + openttd (0.6.0~beta2-1) unstable; urgency=low * New upstream release. diff --git a/os/win32/installer/install.nsi b/os/win32/installer/install.nsi index 34d61d460..36cc780b6 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.6.0" ; Define application version -!define INSTALLERVERSION 40 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!! +!define INSTALLERVERSION 41 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!! !define APPURLLINK "http://www.openttd.org" -!define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}-beta1" +!define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}-beta3" !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