diff --git a/changelog.txt b/changelog.txt index a2f91ccf58..6495a1c114 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +1.7.0 (2017-04-01) +------------------------------------------------------------------------ +(None) + + 1.7.0-RC1 (2017-03-11) ------------------------------------------------------------------------ - Feature: [NewGRF] Extend the DCxx range to D800-DFFF (r27769) diff --git a/known-bugs.txt b/known-bugs.txt index 50b02df41d..9ba1c6ec46 100644 --- a/known-bugs.txt +++ b/known-bugs.txt @@ -1,6 +1,6 @@ OpenTTD's known bugs -Last updated: 2017-03-11 -Release version: 1.7.0-RC1 +Last updated: 2017-04-01 +Release version: 1.7.0 ------------------------------------------------------------------------ diff --git a/os/debian/changelog b/os/debian/changelog index 3e78e42f6f..1060cba622 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -1,3 +1,9 @@ +openttd (1.7.0-0) unstable; urgency=low + + * New upstream release 1.7.0 + + -- OpenTTD Sat, 01 Apr 2017 19:00:00 +0200 + openttd (1.7.0~RC1-0) unstable; urgency=low * New upstream release 1.7.0-RC1 diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index 5696675e4a..6907cc369b 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 0 -!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 c9b659bfd8..cc289e69fa 100644 --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,5 @@ -Last updated: 2017-03-11 -Release version: 1.7.0-RC1 +Last updated: 2017-04-01 +Release version: 1.7.0 ------------------------------------------------------------------------ diff --git a/src/script/api/ai_changelog.hpp b/src/script/api/ai_changelog.hpp index 23f4a0958f..d9f1d9cd35 100644 --- a/src/script/api/ai_changelog.hpp +++ b/src/script/api/ai_changelog.hpp @@ -17,7 +17,7 @@ * * \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 * diff --git a/src/script/api/game_changelog.hpp b/src/script/api/game_changelog.hpp index a9e7b0b307..8843d4962e 100644 --- a/src/script/api/game_changelog.hpp +++ b/src/script/api/game_changelog.hpp @@ -17,7 +17,7 @@ * * \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 *