summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2016-03-01 20:00:22 +0000
committerfrosch <frosch@openttd.org>2016-03-01 20:00:22 +0000
commit0c7c0ada786fadfa33cabc22a6ad1468904a9854 (patch)
tree3914d724bf915a475700841de71ef8cfb980ff02 /os
parent56c54dcaec1100cc3c9866af5a4a513e95fa3b07 (diff)
downloadopenttd-0c7c0ada786fadfa33cabc22a6ad1468904a9854.tar.xz
(svn r27518) -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 6fe6dace6..de01554a0 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.6.0
+set OPENTTD_VERSION=1.7.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 5ad5a53ca..711693bcf 100644
--- a/os/rpm/openttd.spec
+++ b/os/rpm/openttd.spec
@@ -17,9 +17,9 @@
#
Name: openttd
-Version: 1.6.beta1
+Version: 1.7.beta1
Release: 0
-%define srcver 1.6.0-beta1
+%define srcver 1.7.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 ebe9ed3dc..9eb869f2d 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 6
+!define APPV_MINOR 7
!define APPV_MAINT 0
!define APPV_BUILD 0
!define APPV_EXTRA "-beta1"