1
0
Fork 0

(svn r26739) [1.4] -Update documentation

release/1.4
frosch 2014-08-16 18:30:47 +00:00
parent 0db873d6da
commit 12c3ba3095
5 changed files with 17 additions and 6 deletions

View File

@ -1,3 +1,8 @@
1.4.2 (2014-08-16)
------------------------------------------------------------------------
(None)
1.4.2-RC2 (2014-08-03)
------------------------------------------------------------------------
- Change: Use awk instead of trying to convince cpp to preprocess nfo files (r26708)

View File

@ -1,6 +1,6 @@
OpenTTD's known bugs
Last updated: 2014-08-03
Release version: 1.4.2-RC2
Last updated: 2014-08-16
Release version: 1.4.2
------------------------------------------------------------------------

View File

@ -1,3 +1,9 @@
openttd (1.4.2-0) unstable; urgency=low
* New upstream release 1.4.2
-- OpenTTD <info@openttd.org> Sat, 16 Aug 2014 21:00:00 +0200
openttd (1.4.2~RC2-0) unstable; urgency=low
* New upstream release 1.4.2-RC2

View File

@ -2,8 +2,8 @@
!define APPV_MAJOR 1
!define APPV_MINOR 4
!define APPV_MAINT 2
!define APPV_BUILD 1
!define APPV_EXTRA "-RC2"
!define APPV_BUILD 2
!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: 2014-08-03
Release version: 1.4.2-RC2
Last updated: 2014-08-16
Release version: 1.4.2
------------------------------------------------------------------------