Update to 1.10.0-RC1

This commit is contained in:
dP
2020-02-18 18:13:33 +03:00
parent c7c3966eec
commit d4ae6a1d91
204 changed files with 3172 additions and 1002 deletions

View File

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

View File

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