summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2020-02-08 22:44:31 +0100
committerglx22 <glx22@users.noreply.github.com>2020-02-08 23:38:49 +0100
commit2f264f2c92d202608cb54cf6f06abf8e2aa0e875 (patch)
treee24154b2edd5aeb03f338314dc24f1ee3b93bca0 /os
parenta499e9acdd385b57dd43caf88af3a6f7f53716ba (diff)
downloadopenttd-2f264f2c92d202608cb54cf6f06abf8e2aa0e875.tar.xz
Change: Heading for 1.11 now
Diffstat (limited to 'os')
-rw-r--r--os/os2/installer/make_installer.cmd2
-rw-r--r--os/rpm/openttd.spec4
-rw-r--r--os/windows/installer/install.nsi6
3 files changed, 6 insertions, 6 deletions
diff --git a/os/os2/installer/make_installer.cmd b/os/os2/installer/make_installer.cmd
index 3addeca1a..885b2dc62 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.10.0
+set OPENTTD_VERSION=1.11.0
set OPENSFX_VERSION=0.8.0
set NOSOUND_VERSION=0.8.0
set OPENGFX_VERSION=1.2.0
diff --git a/os/rpm/openttd.spec b/os/rpm/openttd.spec
index 340a9886b..134caad38 100644
--- a/os/rpm/openttd.spec
+++ b/os/rpm/openttd.spec
@@ -17,9 +17,9 @@
#
Name: openttd
-Version: 1.10.beta2
+Version: 1.11.beta1
Release: 0
-%define srcver 1.10.0-beta2
+%define srcver 1.11.0-beta1
Summary: An open source reimplementation of Chris Sawyer's Transport Tycoon Deluxe
License: GPL-2.0
Group: Amusements/Games/Strategy/Other
diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi
index 2561b76d5..b6837c559 100644
--- a/os/windows/installer/install.nsi
+++ b/os/windows/installer/install.nsi
@@ -1,9 +1,9 @@
# Version numbers to update
!define APPV_MAJOR 1
-!define APPV_MINOR 10
+!define APPV_MINOR 11
!define APPV_MAINT 0
-!define APPV_BUILD 1
-!define APPV_EXTRA "-beta2"
+!define APPV_BUILD 0
+!define APPV_EXTRA "-beta1"
!define APPNAME "OpenTTD" ; Define application name
!define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version