summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2008-03-04 17:07:33 +0000
committerbelugas <belugas@openttd.org>2008-03-04 17:07:33 +0000
commit6edc8ce369267646efe72eb02824641d73705c6a (patch)
tree534dbef8433f202e209c360f84ef13443d307148 /os
parentbb89e98ec25e531fb6bcd028f355eb2f3af4a712 (diff)
downloadopenttd-6edc8ce369267646efe72eb02824641d73705c6a.tar.xz
(svn r12337) -Change: update some documentation.
Diffstat (limited to 'os')
-rw-r--r--os/debian/changelog8
-rw-r--r--os/win32/installer/install.nsi4
2 files changed, 9 insertions, 3 deletions
diff --git a/os/debian/changelog b/os/debian/changelog
index 177398f08..9f5a90d3c 100644
--- a/os/debian/changelog
+++ b/os/debian/changelog
@@ -1,4 +1,10 @@
-openttd (0.6.0~beta4) unstable; urgency=low
+openttd (0.6.0~beta5) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Matthijs Kooijman <m.kooijman@student.utwente.nl> Mon, 04 Mar 2008 18:06:31 +0100
+
+openttd (0.6.0~beta4-1) unstable; urgency=low
* New upstream release.
diff --git a/os/win32/installer/install.nsi b/os/win32/installer/install.nsi
index 9a4fe58d6..747695e08 100644
--- a/os/win32/installer/install.nsi
+++ b/os/win32/installer/install.nsi
@@ -1,9 +1,9 @@
!define APPNAME "OpenTTD" ; Define application name
!define APPVERSION "0.6.0" ; Define application version
-!define INSTALLERVERSION 42 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
+!define INSTALLERVERSION 43 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
!define APPURLLINK "http://www.openttd.org"
-!define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}-beta4"
+!define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}-beta5"
!define APPVERSIONINTERNAL "${APPVERSION}.0" ; Needs to be of the format X.X.X.X
!define MUI_ICON "..\..\..\media\openttd.ico"