summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2014-03-17 20:16:05 +0000
committerfrosch <frosch@openttd.org>2014-03-17 20:16:05 +0000
commit8ff9499fe2095d17856e8eac3e698d2af96e17d8 (patch)
tree18147b1bf424da8bc1f4a5675e8b0eec7f78a4e9 /os
parentfa0fdd45c6eb97aba4753135d44c5e903e848d53 (diff)
downloadopenttd-8ff9499fe2095d17856e8eac3e698d2af96e17d8.tar.xz
(svn r26409) -Update: Version number in some more places.
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.nsi6
3 files changed, 6 insertions, 6 deletions
diff --git a/os/os2/installer/make_installer.cmd b/os/os2/installer/make_installer.cmd
index 1aa4c8456..289b6ea54 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.4.0
+set OPENTTD_VERSION=1.5.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 91ffc8dfd..cd19fd921 100644
--- a/os/rpm/openttd.spec
+++ b/os/rpm/openttd.spec
@@ -17,9 +17,9 @@
#
Name: openttd
-Version: 1.3.beta2
+Version: 1.5.beta1
Release: 0
-%define srcver 1.3.0-beta2
+%define srcver 1.5.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 e08a0ca83..cca07eade 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 4
+!define APPV_MINOR 5
!define APPV_MAINT 0
-!define APPV_BUILD 4
-!define APPV_EXTRA "-beta5"
+!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