summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-11-18 14:57:14 +0000
committerrubidium <rubidium@openttd.org>2007-11-18 14:57:14 +0000
commit29e4b4e263530c7ceb64ce26766bacf58ed36740 (patch)
tree1fd8aec8d6445f52306868a194aa033d493d79fd /os
parente70e49394c4b2371249101e127301a7700fe4b32 (diff)
downloadopenttd-29e4b4e263530c7ceb64ce26766bacf58ed36740.tar.xz
(svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
Diffstat (limited to 'os')
-rw-r--r--os/debian/changelog6
-rw-r--r--os/win32/installer/install.nsi6
2 files changed, 9 insertions, 3 deletions
diff --git a/os/debian/changelog b/os/debian/changelog
index 0149ea81d..0f7ab6ad7 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~beta1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Matthijs Kooijman <m.kooijman@student.utwente.nl> Sun, 18 Nov 2007 16:05:05 +0100
+
openttd (0.5.3-1) unstable; urgency=low
* New upstream release.
diff --git a/os/win32/installer/install.nsi b/os/win32/installer/install.nsi
index 683b2e2d8..ae71896f1 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.5.3" ; Define application version
-!define INSTALLERVERSION 38 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
+!define APPVERSION "0.6.0" ; Define application version
+!define INSTALLERVERSION 39 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
!define APPURLLINK "http://www.openttd.org"
-!define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}"
+!define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}-beta1"
!define APPVERSIONINTERNAL "${APPVERSION}.0" ; Needs to be of the format X.X.X.X
!define MUI_ICON "..\..\..\media\openttd.ico"