diff options
author | rubidium <rubidium@openttd.org> | 2007-06-28 19:02:59 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-06-28 19:02:59 +0000 |
commit | 1761ff341c93e857676cc852b21c8362208037b3 (patch) | |
tree | 3fad42a965abb0e24426ac97ed4a9960476158dd /os | |
parent | df35ea0ae9b5dbdbc491c72e0f1b95c3b2b7ff6b (diff) | |
download | openttd-1761ff341c93e857676cc852b21c8362208037b3.tar.xz |
(svn r10378) -Merge: release changes from 0.5.
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 bd668bd5e..a02367ac5 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.5.3~rc1-1) unstable; urgency=low + + * New upstream release. + + -- Matthijs Kooijman <m.kooijman@student.utwente.nl> Thu, 28 Jun 2007 18:00:00 +0100 + openttd (0.5.2-1) unstable; urgency=low * New upstream release. diff --git a/os/win32/installer/install.nsi b/os/win32/installer/install.nsi index b0698d4be..a53455d4f 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.5.2" ; Define application version -!define INSTALLERVERSION 34 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!! +!define APPVERSION "0.5.3" ; Define application version +!define INSTALLERVERSION 35 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!! !define APPURLLINK "http://www.openttd.org" !define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}" |