summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-12-23 22:40:01 +0000
committerrubidium <rubidium@openttd.org>2010-12-23 22:40:01 +0000
commitff8b269dc92bfc368b7665e583afc89028f5b068 (patch)
treea6e158a1819b841656ed6087dbbc865544b945d8 /os
parentfae5d4370d74e4ab81b89993b5f7d3606230c7f9 (diff)
downloadopenttd-ff8b269dc92bfc368b7665e583afc89028f5b068.tar.xz
(svn r21614) -Fix: the spelling of some of the documentation
-Update: some of the documentation
Diffstat (limited to 'os')
-rw-r--r--os/debian/changelog8
-rw-r--r--os/os2/installer/make_installer.cmd2
-rw-r--r--os/windows/installer/install.nsi2
3 files changed, 9 insertions, 3 deletions
diff --git a/os/debian/changelog b/os/debian/changelog
index c7e59ab11..5b46b1d4f 100644
--- a/os/debian/changelog
+++ b/os/debian/changelog
@@ -3,7 +3,13 @@ openttd (1.1~svn-0) UNRELEASED; urgency=low
* Unreleased SVN version. Versioned to allow normal upgrades to released
versions.
- -- Matthijs Kooijman <matthijs@stdin.nl> Sun, 21 Nov 2010 00:00:00 +0000
+ -- Matthijs Kooijman <matthijs@stdin.nl> Fri, 24 Dec 2010 00:00:00 +0000
+
+openttd (1.1.0~beta1); urgency=low
+
+ * New upstream release 1.1.0-beta1
+
+ -- Matthijs Kooijman <matthijs@stdin.nl> Fri, 24 Dec 2010 00:00:00 +0100
openttd (1.0.5-0) unstable; urgency=low
diff --git a/os/os2/installer/make_installer.cmd b/os/os2/installer/make_installer.cmd
index cd27031df..064aef12b 100644
--- a/os/os2/installer/make_installer.cmd
+++ b/os/os2/installer/make_installer.cmd
@@ -1,6 +1,6 @@
@echo off
-set OPENTTD_VERSION=1.1.0-alpha
+set OPENTTD_VERSION=1.1.0-beta1
set OPENSFX_VERSION=0.8.0
set NOSOUND_VERSION=0.8.0
set OPENGFX_VERSION=0.7.0
diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi
index cfd79034f..0686086e8 100644
--- a/os/windows/installer/install.nsi
+++ b/os/windows/installer/install.nsi
@@ -3,7 +3,7 @@
!define APPV_MINOR 1
!define APPV_MAINT 0
!define APPV_BUILD 0
-!define APPV_EXTRA "-alpha"
+!define APPV_EXTRA "-beta1"
!define APPNAME "OpenTTD" ; Define application name
!define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version