mirror of https://github.com/OpenTTD/OpenTTD
(svn r27839) [1.7] -Update: Documentation
parent
b088b2cb33
commit
0e4784d254
|
@ -1,3 +1,8 @@
|
||||||
|
1.7.0 (2017-04-01)
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
(None)
|
||||||
|
|
||||||
|
|
||||||
1.7.0-RC1 (2017-03-11)
|
1.7.0-RC1 (2017-03-11)
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
- Feature: [NewGRF] Extend the DCxx range to D800-DFFF (r27769)
|
- Feature: [NewGRF] Extend the DCxx range to D800-DFFF (r27769)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
OpenTTD's known bugs
|
OpenTTD's known bugs
|
||||||
Last updated: 2017-03-11
|
Last updated: 2017-04-01
|
||||||
Release version: 1.7.0-RC1
|
Release version: 1.7.0
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
openttd (1.7.0-0) unstable; urgency=low
|
||||||
|
|
||||||
|
* New upstream release 1.7.0
|
||||||
|
|
||||||
|
-- OpenTTD <info@openttd.org> Sat, 01 Apr 2017 19:00:00 +0200
|
||||||
|
|
||||||
openttd (1.7.0~RC1-0) unstable; urgency=low
|
openttd (1.7.0~RC1-0) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream release 1.7.0-RC1
|
* New upstream release 1.7.0-RC1
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
!define APPV_MAJOR 1
|
!define APPV_MAJOR 1
|
||||||
!define APPV_MINOR 7
|
!define APPV_MINOR 7
|
||||||
!define APPV_MAINT 0
|
!define APPV_MAINT 0
|
||||||
!define APPV_BUILD 0
|
!define APPV_BUILD 1
|
||||||
!define APPV_EXTRA "-RC1"
|
!define APPV_EXTRA ""
|
||||||
|
|
||||||
!define APPNAME "OpenTTD" ; Define application name
|
!define APPNAME "OpenTTD" ; Define application name
|
||||||
!define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version
|
!define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Last updated: 2017-03-11
|
Last updated: 2017-04-01
|
||||||
Release version: 1.7.0-RC1
|
Release version: 1.7.0
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
*
|
*
|
||||||
* \b 1.7.0
|
* \b 1.7.0
|
||||||
*
|
*
|
||||||
* 1.7.0 is not yet released. The following changes are not set in stone yet.
|
* No changes
|
||||||
*
|
*
|
||||||
* \b 1.6.1 - 1.6.0
|
* \b 1.6.1 - 1.6.0
|
||||||
*
|
*
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
*
|
*
|
||||||
* \b 1.7.0
|
* \b 1.7.0
|
||||||
*
|
*
|
||||||
* 1.7.0 is not yet released. The following changes are not set in stone yet.
|
* No changes
|
||||||
*
|
*
|
||||||
* \b 1.6.1 - 1.6.0
|
* \b 1.6.1 - 1.6.0
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue