Merge branch 'openttd'

This commit is contained in:
dP
2020-01-06 18:50:49 +03:00
1366 changed files with 2926 additions and 5639 deletions

View File

@@ -1,3 +1,9 @@
openttd (1.10.0~beta2-0) unstable; urgency=low
* New upstream release 1.10.0-beta2
-- OpenTTD <info@openttd.org> Wed, 25 Dec 2019 00:00:00 +0000
openttd (1.10.0~beta1-0) unstable; urgency=low
* New upstream release 1.10.0-beta1

View File

@@ -1,7 +1,5 @@
#!/bin/sh
# $Id$
# sets VERSION to the value if RELEASE if there are any,
# otherwise it sets VERSION to revision number
if [ "$3" ]; then

View File

@@ -17,9 +17,9 @@
#
Name: openttd
Version: 1.10.beta1
Version: 1.10.beta2
Release: 0
%define srcver 1.10.0-beta1
%define srcver 1.10.0-beta2
Summary: An open source reimplementation of Chris Sawyer's Transport Tycoon Deluxe
License: GPL-2.0
Group: Amusements/Games/Strategy/Other

View File

@@ -2,8 +2,8 @@
!define APPV_MAJOR 1
!define APPV_MINOR 10
!define APPV_MAINT 0
!define APPV_BUILD 0
!define APPV_EXTRA "-beta1"
!define APPV_BUILD 1
!define APPV_EXTRA "-beta2"
!define APPNAME "OpenTTD" ; Define application name
!define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version