diff options
author | Hans Nilsson <[email protected]> | 2017-05-31 16:21:00 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-05-31 16:21:00 +0200 |
commit | 32275a2fc0b86d1f1b124706afc80f3ff92216eb (patch) | |
tree | b96728587b0241f2ad6a5d6bee895f1aff7a1371 /lib/tools | |
parent | d106c5fffb3832fffbdf99cca905390fe15d489f (diff) | |
download | otp-32275a2fc0b86d1f1b124706afc80f3ff92216eb.tar.gz otp-32275a2fc0b86d1f1b124706afc80f3ff92216eb.tar.bz2 otp-32275a2fc0b86d1f1b124706afc80f3ff92216eb.zip |
Revert "Prepare release"
This reverts commit eaf8ca41dfa4850437ad270d3897399c9358ced0.
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 |