diff options
author | rubidium <rubidium@openttd.org> | 2009-03-09 23:27:38 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-03-09 23:27:38 +0000 |
commit | 62e2de5822248e08adf56924c679ac787dc28408 (patch) | |
tree | 2b643c9417458c0d6a52d1a43946b56633ccc386 /os | |
parent | 01167ea456ff5398db6aa00d2e1c661f867393e9 (diff) | |
download | openttd-62e2de5822248e08adf56924c679ac787dc28408.tar.xz |
(svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
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" |