diff options
author | rubidium <rubidium@openttd.org> | 2007-09-15 12:43:04 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-09-15 12:43:04 +0000 |
commit | 50cf379330a5a3ce7bc2c55d3dda43a4808763c4 (patch) | |
tree | 7b68d9ec2c27e50029eb93e3871a948173b1d6e2 /os | |
parent | 070f7b7a27e52817dabb6b6b6a894e69de43f77b (diff) | |
download | openttd-50cf379330a5a3ce7bc2c55d3dda43a4808763c4.tar.xz |
(svn r11115) -Merge: release changes from 0.5.
Diffstat (limited to 'os')
-rw-r--r-- | os/debian/changelog | 18 | ||||
-rw-r--r-- | os/win32/installer/install.nsi | 2 |
2 files changed, 19 insertions, 1 deletions
diff --git a/os/debian/changelog b/os/debian/changelog index a02367ac5..0149ea81d 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -4,6 +4,24 @@ 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-1) unstable; urgency=low + + * New upstream release. + + -- Matthijs Kooijman <m.kooijman@student.utwente.nl> Sat, 15 Sep 2007 13:30:00 +0100 + +openttd (0.5.3~rc3-1) unstable; urgency=low + + * New upstream release. + + -- Matthijs Kooijman <m.kooijman@student.utwente.nl> Thu, 30 Aug 2007 23:30:00 +0100 + +openttd (0.5.3~rc2-1) unstable; urgency=low + + * New upstream release. + + -- Matthijs Kooijman <m.kooijman@student.utwente.nl> Sat, 7 Jul 2007 20:05:00 +0100 + openttd (0.5.3~rc1-1) unstable; urgency=low * New upstream release. diff --git a/os/win32/installer/install.nsi b/os/win32/installer/install.nsi index a53455d4f..683b2e2d8 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.3" ; Define application version -!define INSTALLERVERSION 35 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!! +!define INSTALLERVERSION 38 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!! !define APPURLLINK "http://www.openttd.org" !define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}" |