From 6a6a2530b8a6d633109eff35959994a71acd834a Mon Sep 17 00:00:00 2001 From: frosch Date: Tue, 1 Sep 2015 18:29:29 +0000 Subject: [PATCH] (svn r27392) [1.5] -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 aaf2c3a95d..d383239142 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +1.5.2 (2015-09-01) +------------------------------------------------------------------------ +(None) + + 1.5.2-RC1 (2015-08-01) ------------------------------------------------------------------------ - Change: Auto-complete partial roads when building level-crossings [FS#6283] (r27309) diff --git a/known-bugs.txt b/known-bugs.txt index c4f535eeb2..2d179d7c56 100644 --- a/known-bugs.txt +++ b/known-bugs.txt @@ -1,6 +1,6 @@ OpenTTD's known bugs -Last updated: 2015-08-01 -Release version: 1.5.2-RC1 +Last updated: 2015-09-01 +Release version: 1.5.2 ------------------------------------------------------------------------ diff --git a/os/debian/changelog b/os/debian/changelog index 2967e608af..d91e75dc9c 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -1,3 +1,9 @@ +openttd (1.5.2-0) unstable; urgency=low + + * New upstream release 1.5.2 + + -- OpenTTD Tue, 01 Sep 2015 21:00:00 +0200 + openttd (1.5.2~RC1-0) unstable; urgency=low * New upstream release 1.5.2-RC1 diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index 8c80d5f57d..e1442fc462 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -2,8 +2,8 @@ !define APPV_MAJOR 1 !define APPV_MINOR 5 !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 9d72291462..aa3d11cc8f 100644 --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,5 @@ -Last updated: 2015-08-01 -Release version: 1.5.2-RC1 +Last updated: 2015-09-01 +Release version: 1.5.2 ------------------------------------------------------------------------