summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-09 21:23:20 +0000
committerrubidium <rubidium@openttd.org>2007-12-09 21:23:20 +0000
commitf854b129aff017857929febc57f687dbd4afe348 (patch)
treed9aa9329d12fe4f430302461e5f04b19201ef55c /os
parent6a83f9141bfc04e66d66fa02fa0f5f74d18fe38a (diff)
downloadopenttd-f854b129aff017857929febc57f687dbd4afe348.tar.xz
(svn r11612) -Change: update some documentation.
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 0f7ab6ad7..a4c44eb19 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.6.0~beta2-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Matthijs Kooijman <m.kooijman@student.utwente.nl> Sun, 09 Dec 2007 22:05:05 +0100
+
openttd (0.6.0~beta1-1) unstable; urgency=low
* New upstream release.
diff --git a/os/win32/installer/install.nsi b/os/win32/installer/install.nsi
index ae71896f1..34d61d460 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.0" ; Define application version
-!define INSTALLERVERSION 39 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
+!define INSTALLERVERSION 40 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
!define APPURLLINK "http://www.openttd.org"
!define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}-beta1"