summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-05-29 18:55:15 +0000
committerrubidium <rubidium@openttd.org>2007-05-29 18:55:15 +0000
commit902b2a1d585af324845151833e75821db8eed36d (patch)
treea1ce463886ba4157dab046b45d076e107311b3b6 /os
parent0cb8413a8f00d04d47a9139cd6bb353a70c2725a (diff)
downloadopenttd-902b2a1d585af324845151833e75821db8eed36d.tar.xz
(svn r9979) -Merge: release changes from 0.5.
Diffstat (limited to 'os')
-rw-r--r--os/debian/changelog16
-rw-r--r--os/win32/installer/install.nsi4
2 files changed, 16 insertions, 4 deletions
diff --git a/os/debian/changelog b/os/debian/changelog
index f460f4553..bd668bd5e 100644
--- a/os/debian/changelog
+++ b/os/debian/changelog
@@ -4,17 +4,29 @@ 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.2-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Matthijs Kooijman <m.kooijman@student.utwente.nl> Tue, 29 May 2007 20:00:00 +0100
+
+openttd (0.5.2~rc1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Matthijs Kooijman <m.kooijman@student.utwente.nl> Wed, 16 May 2007 23:35:39 +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
+ -- Matthijs Kooijman <m.kooijman@student.utwente.nl> Fri, 20 Apr 2007 21:45:32 +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
+ -- Matthijs Kooijman <m.kooijman@student.utwente.nl> Tue, 17 Apr 2007 22:00:46 +0100
openttd (0.5.1~rc2-1) unstable; urgency=low
diff --git a/os/win32/installer/install.nsi b/os/win32/installer/install.nsi
index 7fff85f9e..15bbedafd 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 32 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
+!define APPVERSION "0.5.2" ; Define application version
+!define INSTALLERVERSION 34 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
!define APPURLLINK "http://www.openttd.org"
!define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}"