summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2017-03-11 20:50:26 +0000
committerfrosch <frosch@openttd.org>2017-03-11 20:50:26 +0000
commitafcef7faa6d3ccfcbf3e46d74c9ae5120d268efc (patch)
tree5d6420a122ecec7b7dbbb395992c82a887804ca5 /os
parentca3aaf8f6dc8093b90b74b252327675be064c03e (diff)
downloadopenttd-afcef7faa6d3ccfcbf3e46d74c9ae5120d268efc.tar.xz
(svn r27780) -Update: Numbers
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 de01554a0..5e30e4c35 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.7.0
+set OPENTTD_VERSION=1.8.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 2dfa1a3ba..968562446 100644
--- a/os/rpm/openttd.spec
+++ b/os/rpm/openttd.spec
@@ -17,9 +17,9 @@
#
Name: openttd
-Version: 1.7.beta1
+Version: 1.8.beta1
Release: 0
-%define srcver 1.7.0-beta1
+%define srcver 1.8.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 c7b8c82af..76a87b37d 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 7
+!define APPV_MINOR 8
!define APPV_MAINT 0
!define APPV_BUILD 0
!define APPV_EXTRA "-beta1"