1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-30 18:09:09 +00:00

Compare commits

..

1 Commits

Author SHA1 Message Date
frosch
6d5eedf0bd (svn r27997) -Release: 1.8.0-RC1 2018-03-21 19:41:03 +00:00
5 changed files with 6 additions and 17 deletions

View File

@@ -1,8 +1,3 @@
1.8.0 (2018-04-01)
------------------------------------------------------------------------
(None)
1.8.0-RC1 (2018-03-21)
------------------------------------------------------------------------
- Feature: [GFX] Climate-specific Action5 extra airport sprites [FS#6664] (r27976)

View File

@@ -1,6 +1,6 @@
OpenTTD's known bugs
Last updated: 2018-04-01
Release version: 1.8.0
Last updated: 2018-03-21
Release version: 1.8.0-RC1
------------------------------------------------------------------------

View File

@@ -1,9 +1,3 @@
openttd (1.8.0-0) unstable; urgency=low
* New upstream release 1.8.0
-- OpenTTD <info@openttd.org> Sun, 01 Apr 2018 14:00:00 +0200
openttd (1.8.0~RC1-0) unstable; urgency=low
* New upstream release 1.8.0-RC1

View File

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

View File

@@ -1,5 +1,5 @@
Last updated: 2018-04-01
Release version: 1.8.0
Last updated: 2018-03-21
Release version: 1.8.0-RC1
------------------------------------------------------------------------