summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-06-28 19:02:59 +0000
committerrubidium <rubidium@openttd.org>2007-06-28 19:02:59 +0000
commitbb73947efd4adce5ce2d7d1a404316d41042ebba (patch)
tree3fad42a965abb0e24426ac97ed4a9960476158dd /os
parent95c9fe10159d97c713d315bee259e8a90949e5b1 (diff)
downloadopenttd-bb73947efd4adce5ce2d7d1a404316d41042ebba.tar.xz
(svn r10378) -Merge: release changes from 0.5.
Diffstat (limited to 'os')
-rw-r--r--os/debian/changelog6
-rw-r--r--os/win32/installer/install.nsi4
2 files changed, 8 insertions, 2 deletions
diff --git a/os/debian/changelog b/os/debian/changelog
index bd668bd5e..a02367ac5 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.3~rc1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Matthijs Kooijman <m.kooijman@student.utwente.nl> Thu, 28 Jun 2007 18:00:00 +0100
+
openttd (0.5.2-1) unstable; urgency=low
* New upstream release.
diff --git a/os/win32/installer/install.nsi b/os/win32/installer/install.nsi
index b0698d4be..a53455d4f 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.2" ; Define application version
-!define INSTALLERVERSION 34 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
+!define APPVERSION "0.5.3" ; Define application version
+!define INSTALLERVERSION 35 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
!define APPURLLINK "http://www.openttd.org"
!define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}"