diff options
author | frosch <github@elsenhans.name> | 2019-03-03 20:51:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-03 20:51:57 +0100 |
commit | a67ee025294278f9113a1c8bcb5ee91d9e174f69 (patch) | |
tree | 7309d2ebe35dc37363e9d7e996849bdba56a6214 /os | |
parent | eb46a89855c01a4898f5a9760969f2d9a7b3137d (diff) | |
download | openttd-a67ee025294278f9113a1c8bcb5ee91d9e174f69.tar.xz |
Change: Heading for 1.10 now (#7319)
Diffstat (limited to 'os')
-rw-r--r-- | os/os2/installer/make_installer.cmd | 2 | ||||
-rw-r--r-- | os/rpm/openttd.spec | 4 | ||||
-rw-r--r-- | os/windows/installer/install.nsi | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/os/os2/installer/make_installer.cmd b/os/os2/installer/make_installer.cmd index a15198b5f..3addeca1a 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.9.0 +set OPENTTD_VERSION=1.10.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 7f17b7ea9..09d19621f 100644 --- a/os/rpm/openttd.spec +++ b/os/rpm/openttd.spec @@ -17,9 +17,9 @@ # Name: openttd -Version: 1.9.beta3 +Version: 1.10.beta1 Release: 0 -%define srcver 1.9.0-beta3 +%define srcver 1.10.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 604e252c4..a0ca6ee6b 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 9 +!define APPV_MINOR 10 !define APPV_MAINT 0 -!define APPV_BUILD 2 -!define APPV_EXTRA "-beta3" +!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 |