1
0
Fork 0

(svn r27216) [1.5] -Update: Documentation

release/1.5
frosch 2015-04-01 18:31:19 +00:00
parent f73cafd37b
commit 09609e7a88
5 changed files with 17 additions and 6 deletions

View File

@ -1,3 +1,8 @@
1.5.0 (2015-04-01)
------------------------------------------------------------------------
- Fix: [NewGRF] Add Misc. GRF Feature Flag 6 to enable the second rocky tile set [FS#6260] (r27200)
1.5.0-RC1 (2015-03-18)
------------------------------------------------------------------------
- Feature: [NewGRF] Display relative offset changes in the sprite aligner [FS#6236] (r27174)

View File

@ -1,6 +1,6 @@
OpenTTD's known bugs
Last updated: 2015-03-18
Release version: 1.5.0-RC1
Last updated: 2015-04-01
Release version: 1.5.0
------------------------------------------------------------------------

View File

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

View File

@ -2,8 +2,8 @@
!define APPV_MAJOR 1
!define APPV_MINOR 5
!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

View File

@ -1,5 +1,5 @@
Last updated: 2015-03-18
Release version: 1.5.0-RC1
Last updated: 2015-04-01
Release version: 1.5.0
------------------------------------------------------------------------