summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2018-03-14 19:36:41 +0000
committerfrosch <frosch@openttd.org>2018-03-14 19:36:41 +0000
commit09d473567958785287e20b74b4ad8ebefe930e18 (patch)
treef405ae2d6825b7f73c9949071a57ca963ccdaa2f /os
parent080d57d97adc3d6a4e03be7b2f6027029d651b2b (diff)
downloadopenttd-09d473567958785287e20b74b4ad8ebefe930e18.tar.xz
(svn r27993) -Change: Heading for 1.9 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.nsi2
3 files changed, 4 insertions, 4 deletions
diff --git a/os/os2/installer/make_installer.cmd b/os/os2/installer/make_installer.cmd
index 5e30e4c35..a15198b5f 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.8.0
+set OPENTTD_VERSION=1.9.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 27acc1b7d..5fa4d72a1 100644
--- a/os/rpm/openttd.spec
+++ b/os/rpm/openttd.spec
@@ -17,9 +17,9 @@
#
Name: openttd
-Version: 1.8.beta1
+Version: 1.9.beta1
Release: 0
-%define srcver 1.8.0-beta1
+%define srcver 1.9.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 76a87b37d..87bd012e9 100644
--- a/os/windows/installer/install.nsi
+++ b/os/windows/installer/install.nsi
@@ -1,6 +1,6 @@
# Version numbers to update
!define APPV_MAJOR 1
-!define APPV_MINOR 8
+!define APPV_MINOR 9
!define APPV_MAINT 0
!define APPV_BUILD 0
!define APPV_EXTRA "-beta1"