diff --git a/changelog.txt b/changelog.txt index 7dce0aa637..8edba15fb4 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +1.7.2 (2017-12-24) +------------------------------------------------------------------------ +(None) + + 1.7.2-RC1 (2017-12-11) ------------------------------------------------------------------------ - Change: When train depots have a horizontal scrollbar, allow scrolling 1 tile beyond the longest train, so you can actually attach a wagon at the end (r27937) diff --git a/known-bugs.txt b/known-bugs.txt index 5429c55917..440176a844 100644 --- a/known-bugs.txt +++ b/known-bugs.txt @@ -1,6 +1,6 @@ OpenTTD's known bugs -Last updated: 2017-12-11 -Release version: 1.7.2-RC1 +Last updated: 2017-12-24 +Release version: 1.7.2 ------------------------------------------------------------------------ diff --git a/os/debian/changelog b/os/debian/changelog index 25a8c102b5..ce2582128c 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -1,3 +1,9 @@ +openttd (1.7.2-0) unstable; urgency=low + + * New upstream release 1.7.2 + + -- OpenTTD Sun, 24 Dec 2017 14:00:00 +0100 + openttd (1.7.2~RC1-0) unstable; urgency=low * New upstream release 1.7.2-RC1 diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index d16411abe3..b45b0cbccc 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 2 -!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 7d874ce33f..ed8a9a8458 100644 --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,5 @@ -Last updated: 2017-12-11 -Release version: 1.7.2-RC1 +Last updated: 2017-12-24 +Release version: 1.7.2 ------------------------------------------------------------------------