diff options
author | frosch <frosch@openttd.org> | 2015-03-17 20:33:44 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2015-03-17 20:33:44 +0000 |
commit | 6477356dd2c0c69176fab004da1385df8553ddc3 (patch) | |
tree | 568639ac5c251b34b60a7e6a2c020db61eff4698 /os | |
parent | 59d41a89c452d5cab3714c5acf87926599a3e81c (diff) | |
download | openttd-6477356dd2c0c69176fab004da1385df8553ddc3.tar.xz |
(svn r27192) -Change: heading for 1.6 now
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 289b6ea54..6fe6dace6 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.5.0 +set OPENTTD_VERSION=1.6.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 cd19fd921..5ad5a53ca 100644 --- a/os/rpm/openttd.spec +++ b/os/rpm/openttd.spec @@ -17,9 +17,9 @@ # Name: openttd -Version: 1.5.beta1 +Version: 1.6.beta1 Release: 0 -%define srcver 1.5.0-beta1 +%define srcver 1.6.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 bc1e422fb..ebe9ed3dc 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 5 +!define APPV_MINOR 6 !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 |