diff options
Diffstat (limited to 'os')
-rw-r--r-- | os/debian/changelog | 6 | ||||
-rw-r--r-- | os/win32/installer/install.nsi | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/os/debian/changelog b/os/debian/changelog index c21de7a9d..07efb9ecd 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -5,6 +5,12 @@ openttd (0.7~svn-1) UNRELEASED; urgency=low -- Matthijs Kooijman <matthijs@stdin.nl> Wed, 03 Sep 2008 18:56:04 +0200 +openttd (0.7.0-beta2) unstable; urgency=low + + * New upstream release. + + -- Matthijs Kooijman <matthijs@stdin.nl> Tue, 10 Mar 2009 00:33:05 +0100 + openttd (0.7.0-beta1) unstable; urgency=low * New upstream release. diff --git a/os/win32/installer/install.nsi b/os/win32/installer/install.nsi index fd079b3a3..800af12c3 100644 --- a/os/win32/installer/install.nsi +++ b/os/win32/installer/install.nsi @@ -1,6 +1,6 @@ !define APPNAME "OpenTTD" ; Define application name !define APPVERSION "0.7.0" ; Define application version -!define INSTALLERVERSION 54 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!! +!define INSTALLERVERSION 55 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!! !include ${VERSION_INCLUDE} !define APPURLLINK "http://www.openttd.org" |