summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-03-24 00:02:13 +0000
committerrubidium <rubidium@openttd.org>2007-03-24 00:02:13 +0000
commitd5f16924d92a7cb793b891118ffc074d902c20a6 (patch)
treea061e53b053934aaa919ec494f76eb3abafb8286 /os
parent694c7fdf0fff4baeceeca3ab04cbc3e620ed4c18 (diff)
downloadopenttd-d5f16924d92a7cb793b891118ffc074d902c20a6.tar.xz
(svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
Diffstat (limited to 'os')
-rw-r--r--os/debian/changelog12
-rw-r--r--os/win32/installer/install.nsi4
2 files changed, 14 insertions, 2 deletions
diff --git a/os/debian/changelog b/os/debian/changelog
index 226e58ad2..b38e868f5 100644
--- a/os/debian/changelog
+++ b/os/debian/changelog
@@ -4,6 +4,18 @@ 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~rc2-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Matthijs Kooijman <m.kooijman@student.utwente.nl> Fri, 23 Mar 2007 23:45:46 +0100
+
+openttd (0.5.1~rc1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Matthijs Kooijman <m.kooijman@student.utwente.nl> Wed, 20 Mar 2007 22:03:46 +0100
+
openttd (0.5.0-1) unstable; urgency=low
* New upstream release
diff --git a/os/win32/installer/install.nsi b/os/win32/installer/install.nsi
index 47c111265..94aa2f421 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.0" ; Define application version
-!define INSTALLERVERSION 28 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
+!define APPVERSION "0.5.1" ; Define application version
+!define INSTALLERVERSION 30 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
!define APPURLLINK "http://www.openttd.org"
!define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}"