Update to 1.10.0

This commit is contained in:
dP
2020-04-01 14:50:45 +03:00
parent d4ae6a1d91
commit d01b776e2d
60 changed files with 690 additions and 219 deletions

View File

@@ -1,3 +1,9 @@
openttd (1.10.0-0) unstable; urgency=low
* New upstream release 1.10.0
-- OpenTTD <info@openttd.org> Wed, 01 Apr 2020 12:00:00 +0000
openttd (1.10.0~RC1-0) unstable; urgency=low
* New upstream release 1.10.0-RC1

View File

@@ -17,9 +17,9 @@
#
Name: openttd
Version: 1.10.RC1
Version: 1.10.0
Release: 0
%define srcver 1.10.0-RC1
%define srcver 1.10.0
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 2
!define APPV_EXTRA "-RC1"
!define APPV_BUILD 3
!define APPV_EXTRA ""
!define APPNAME "OpenTTD" ; Define application name
!define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version