summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-02-16 21:46:23 +0000
committerrubidium <rubidium@openttd.org>2009-02-16 21:46:23 +0000
commit9d3a8e11bd707aa59e8b0630b28113538a15fe61 (patch)
tree70027b967234391a39690e1b37c1ea94f55f3d83 /os
parentb83b58dd54deec58502009216dc522aa723d321c (diff)
downloadopenttd-9d3a8e11bd707aa59e8b0630b28113538a15fe61.tar.xz
(svn r15501) -Document: the changes made over the last months
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 3a216aea9..c21de7a9d 100644
--- a/os/debian/changelog
+++ b/os/debian/changelog
@@ -5,6 +5,12 @@ openttd (0.7~svn-1) UNRELEASED; urgency=low
-- Matthijs Kooijman <matthijs@stdin.nl> Wed, 03 Sep 2008 18:56:04 +0200
+openttd (0.7.0-beta1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Matthijs Kooijman <matthijs@stdin.nl> Mon, 16 Feb 2009 23:07:05 +0100
+
openttd (0.6.3-1) unstable; urgency=low
[ Matthijs Kooijman ]
diff --git a/os/win32/installer/install.nsi b/os/win32/installer/install.nsi
index 87695f80e..fd079b3a3 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.6.3" ; Define application version
-!define INSTALLERVERSION 53 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
+!define APPVERSION "0.7.0" ; Define application version
+!define INSTALLERVERSION 54 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
!include ${VERSION_INCLUDE}
!define APPURLLINK "http://www.openttd.org"