diff options
author | rubidium <rubidium@openttd.org> | 2007-04-17 21:08:05 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-04-17 21:08:05 +0000 |
commit | bc86bc3801c0bd9b24c77edbec89d12d73c8e462 (patch) | |
tree | d89c92ad89d004cba80369b2b07ef1982e586929 /os | |
parent | 607a55f4ec509649d3799df9dff54a28d074e693 (diff) | |
download | openttd-bc86bc3801c0bd9b24c77edbec89d12d73c8e462.tar.xz |
(svn r9663) -Merge: Release changes from 0.5 branch back to trunk.
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 b38e868f5..cf54c9838 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.1~rc3-1) unstable; urgency=low + + * New upstream release. + + -- Matthijs Kooijman <m.kooijman@student.utwente.nl> Tue, 17 Aprr 2007 22:00:46 +0100 + openttd (0.5.1~rc2-1) unstable; urgency=low * New upstream release. diff --git a/os/win32/installer/install.nsi b/os/win32/installer/install.nsi index 94aa2f421..40fcd3404 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.1" ; Define application version -!define INSTALLERVERSION 30 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!! +!define INSTALLERVERSION 31 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!! !define APPURLLINK "http://www.openttd.org" !define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}" |