1
0
Fork 0

(svn r25309) [1.3] -Update: some documentation

release/1.3
rubidium 2013-05-31 20:51:15 +00:00
parent 6289bb92af
commit 3ac18d20c9
6 changed files with 18 additions and 7 deletions

View File

@ -1,3 +1,8 @@
1.3.1 (2013-06-01)
------------------------------------------------------------------------
- Fix: When overbuilding a reserved track with a non-track station tile, that tile would remain reserved and eventually trigger a crash upon removal [FS#5540] (r25251)
1.3.1-RC1 (2013-05-17)
------------------------------------------------------------------------
- Feature: Translations of baseset descriptions via language files (r25209, r25205)

View File

@ -1,6 +1,6 @@
OpenTTD's known bugs
Last updated: 2013-04-01
Release version: 1.3.0
Last updated: 2013-06-01
Release version: 1.3.1
------------------------------------------------------------------------

View File

@ -1,3 +1,9 @@
openttd (1.3.1-0) unstable; urgency=low
* New upstream release 1.3.1
-- OpenTTD <info@openttd.org> Sat, 01 Jun 2013 00:00:00 +0300
openttd (1.3.1~RC1-0) unstable; urgency=low
* New upstream release 1.3.1-RC1

View File

@ -1,6 +1,6 @@
@echo off
set OPENTTD_VERSION=1.3.1-RC1
set OPENTTD_VERSION=1.3.1
set OPENSFX_VERSION=0.8.0
set NOSOUND_VERSION=0.8.0
set OPENGFX_VERSION=1.2.0

View File

@ -2,8 +2,8 @@
!define APPV_MAJOR 1
!define APPV_MINOR 3
!define APPV_MAINT 1
!define APPV_BUILD 0
!define APPV_EXTRA "-RC1"
!define APPV_BUILD 1
!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: 2013-05-23
Release version: 1.3.1-RC1
Last updated: 2013-06-01
Release version: 1.3.1
------------------------------------------------------------------------