summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-04-20 20:48:04 +0000
committerrubidium <rubidium@openttd.org>2007-04-20 20:48:04 +0000
commit2a0dca925709167178d40d55f08a764a81bb9e2c (patch)
tree3028ef9e96424368ce7ebc68f28b56beb56c27b9 /os
parent02a3cc784dccacbaadfe6d08b70f6ef0e6f67359 (diff)
downloadopenttd-2a0dca925709167178d40d55f08a764a81bb9e2c.tar.xz
(svn r9700) -Merge: Release changes from 0.5 branch back to trunk.
Diffstat (limited to 'os')
-rw-r--r--os/debian/changelog6
-rw-r--r--os/win32/installer/install.nsi2
2 files changed, 7 insertions, 1 deletions
diff --git a/os/debian/changelog b/os/debian/changelog
index cf54c9838..f460f4553 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-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Matthijs Kooijman <m.kooijman@student.utwente.nl> Fri, 20 Aprr 2007 21:45:32 +0100
+
openttd (0.5.1~rc3-1) unstable; urgency=low
* New upstream release.
diff --git a/os/win32/installer/install.nsi b/os/win32/installer/install.nsi
index 40fcd3404..7fff85f9e 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 31 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
+!define INSTALLERVERSION 32 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
!define APPURLLINK "http://www.openttd.org"
!define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}"