diff options
author | rubidium <rubidium@openttd.org> | 2008-01-15 20:44:31 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-01-15 20:44:31 +0000 |
commit | ef112812c6d9f04531ebfe4f2c704861deb68f0b (patch) | |
tree | 5e88bff989fe5f07da794656b53218e0f0ae2c78 /os | |
parent | 6891bc2011621e9053c6e46d1c04a02431c93d81 (diff) | |
download | openttd-ef112812c6d9f04531ebfe4f2c704861deb68f0b.tar.xz |
(svn r11868) -Fix: some files were still mentioning that beta1 is the latest release when that's not the case.
Diffstat (limited to 'os')
-rw-r--r-- | os/debian/changelog | 6 | ||||
-rw-r--r-- | os/win32/installer/install.nsi | 4 |
2 files changed, 8 insertions, 2 deletions
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 <m.kooijman@student.utwente.nl> Mon, 26 Feb 2007 21:07:05 +0100 +openttd (0.6.0~beta3-1) unstable; urgency=low + + * New upstream release. + + -- Matthijs Kooijman <m.kooijman@student.utwente.nl> 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" |