diff options
author | Erlang/OTP <[email protected]> | 2019-04-16 16:37:45 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-04-16 16:37:45 +0200 |
commit | d55738a4490583b627a0960c886a0f0d54eb52b0 (patch) | |
tree | fec736f40ab59a5d7425ac6fd98abe1a0f9628c9 /lib/tools | |
parent | c231fd1d513272d144b3ba1d56930f74b15839d1 (diff) | |
download | otp-d55738a4490583b627a0960c886a0f0d54eb52b0.tar.gz otp-d55738a4490583b627a0960c886a0f0d54eb52b0.tar.bz2 otp-d55738a4490583b627a0960c886a0f0d54eb52b0.zip |
Prepare release
Diffstat (limited to 'lib/tools')
-rw-r--r-- | lib/tools/doc/src/notes.xml | 15 | ||||
-rw-r--r-- | lib/tools/vsn.mk | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/lib/tools/doc/src/notes.xml b/lib/tools/doc/src/notes.xml index 45f276c09e..8d775aaecb 100644 --- a/lib/tools/doc/src/notes.xml +++ b/lib/tools/doc/src/notes.xml @@ -31,6 +31,21 @@ </header> <p>This document describes the changes made to the Tools application.</p> +<section><title>Tools 2.11.2.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Minor fixes for <c>make clean</c>.</p> + <p> + Own Id: OTP-15657</p> + </item> + </list> + </section> + +</section> + <section><title>Tools 2.11.2</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/tools/vsn.mk b/lib/tools/vsn.mk index f9723c0f9b..23ea0d9d4d 100644 --- a/lib/tools/vsn.mk +++ b/lib/tools/vsn.mk @@ -1 +1 @@ -TOOLS_VSN = 2.11.2 +TOOLS_VSN = 2.11.2.1 |