From f97a3e3c2a81956bc70b477664c3700c6167aa5f Mon Sep 17 00:00:00 2001 From: frosch Date: Tue, 13 Jun 2017 18:30:37 +0000 Subject: [PATCH] (svn r27880) [1.7] -Update: Documentation --- changelog.txt | 5 +++++ known-bugs.txt | 4 ++-- os/debian/changelog | 6 ++++++ os/windows/installer/install.nsi | 4 ++-- readme.txt | 4 ++-- 5 files changed, 17 insertions(+), 6 deletions(-) diff --git a/changelog.txt b/changelog.txt index 1c08f6da86..31954996e6 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +1.7.1 (2017-06-13) +------------------------------------------------------------------------ +(None) + + 1.7.1-RC1 (2017-05-04) ------------------------------------------------------------------------ - Fix: Add missing game script event for ships arriving at a station [FS#6560] (r27859, r27858) diff --git a/known-bugs.txt b/known-bugs.txt index 52eec18c9f..d74f0fe7e4 100644 --- a/known-bugs.txt +++ b/known-bugs.txt @@ -1,6 +1,6 @@ OpenTTD's known bugs -Last updated: 2017-05-04 -Release version: 1.7.1-RC1 +Last updated: 2017-06-13 +Release version: 1.7.1 ------------------------------------------------------------------------ diff --git a/os/debian/changelog b/os/debian/changelog index 8d212b3540..1ed609321d 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -1,3 +1,9 @@ +openttd (1.7.1-0) unstable; urgency=low + + * New upstream release 1.7.1 + + -- OpenTTD Tue, 13 Jun 2017 21:00:00 +0200 + openttd (1.7.1~RC1-0) unstable; urgency=low * New upstream release 1.7.1-RC1 diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index 6499e0cd41..e387ee8e5c 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -2,8 +2,8 @@ !define APPV_MAJOR 1 !define APPV_MINOR 7 !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 diff --git a/readme.txt b/readme.txt index 6cff556055..5cad064987 100644 --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,5 @@ -Last updated: 2017-05-04 -Release version: 1.7.1-RC1 +Last updated: 2017-06-13 +Release version: 1.7.1 ------------------------------------------------------------------------