diff options
author | Raimo Niskanen <[email protected]> | 2017-05-05 13:15:42 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2017-05-05 13:15:42 +0200 |
commit | eace29905be436d77245656b2511c9a9c2c67c90 (patch) | |
tree | 48f9c14354dfe10972298e1d9fee5e5f5d002a84 /lib/tools | |
parent | 4f03eba5294f1c1bc922b07f1267e6b0099fd4b5 (diff) | |
download | otp-eace29905be436d77245656b2511c9a9c2c67c90.tar.gz otp-eace29905be436d77245656b2511c9a9c2c67c90.tar.bz2 otp-eace29905be436d77245656b2511c9a9c2c67c90.zip |
Revert "Prepare release"
This reverts commit dc57404252c47520f352834ad9be45ad684f96c9.
Diffstat (limited to 'lib/tools')
-rw-r--r-- | lib/tools/doc/src/notes.xml | 29 | ||||
-rw-r--r-- | lib/tools/vsn.mk | 2 |
2 files changed, 1 insertions, 30 deletions
diff --git a/lib/tools/doc/src/notes.xml b/lib/tools/doc/src/notes.xml index ae2b4b00a0..bc17fd5307 100644 --- a/lib/tools/doc/src/notes.xml +++ b/lib/tools/doc/src/notes.xml @@ -31,35 +31,6 @@ </header> <p>This document describes the changes made to the Tools application.</p> -<section><title>Tools 2.10</title> - - <section><title>Fixed Bugs and Malfunctions</title> - <list> - <item> - <p> - In some situations, <c>make:all()</c> and friends did not - detect changes in include files located in the current - directory. This is now corrected.</p> - <p> - Own Id: OTP-14339 Aux Id: ERL-395 </p> - </item> - </list> - </section> - - - <section><title>Improvements and New Features</title> - <list> - <item> - <p>The <c>make</c> module now accepts the - <c>{emake,Emake}</c> option.</p> - <p> - Own Id: OTP-14253</p> - </item> - </list> - </section> - -</section> - <section><title>Tools 2.9.1</title> <section><title>Improvements and New Features</title> diff --git a/lib/tools/vsn.mk b/lib/tools/vsn.mk index 8aa7814e1d..f60da27c44 100644 --- a/lib/tools/vsn.mk +++ b/lib/tools/vsn.mk @@ -1 +1 @@ -TOOLS_VSN = 2.10 +TOOLS_VSN = 2.9.1 |