diff options
author | Henrik Nord <henrik@erlang.org> | 2021-02-24 09:54:27 +0100 |
---|---|---|
committer | Henrik Nord <henrik@erlang.org> | 2021-02-24 09:54:27 +0100 |
commit | 017a28c22dedafa51988bd431c8dd554c6d85184 (patch) | |
tree | 93ac31f03700315d15a2a13bd2d39affe8ca95e0 /lib/syntax_tools | |
parent | 946e2b69e40f7c7595e2bb49738fb9639161c315 (diff) | |
download | erlang-017a28c22dedafa51988bd431c8dd554c6d85184.tar.gz |
Revert "Prepare release"
This reverts commit bbc0f3386c2546af25936730742d8dee1664f1dd.
Diffstat (limited to 'lib/syntax_tools')
-rw-r--r-- | lib/syntax_tools/doc/src/notes.xml | 27 | ||||
-rw-r--r-- | lib/syntax_tools/vsn.mk | 2 |
2 files changed, 1 insertions, 28 deletions
diff --git a/lib/syntax_tools/doc/src/notes.xml b/lib/syntax_tools/doc/src/notes.xml index f0d26dcbeb..b7d304aabe 100644 --- a/lib/syntax_tools/doc/src/notes.xml +++ b/lib/syntax_tools/doc/src/notes.xml @@ -32,33 +32,6 @@ <p>This document describes the changes made to the Syntax_Tools application.</p> -<section><title>Syntax_Tools 2.5</title> - - <section><title>Improvements and New Features</title> - <list> - <item> - <p> - Support for handling abstract code created before OTP R15 - has been dropped.</p> - <p> - Own Id: OTP-16678 Aux Id: PR-2627 </p> - </item> - <item> - <p>The <c>igor</c> and <c>erl_tidy</c> modules have been - the removed and are now maintained by their original - author Richard Carlsson. They can be found at <url - href="https://github.com/richcarl/igor">github.com/richcarl/igor</url> - and <url - href="https://github.com/richcarl/erl_tidy">github.com/richcarl/erl_tidy</url>, - respectively.</p> - <p> - Own Id: OTP-17180</p> - </item> - </list> - </section> - -</section> - <section><title>Syntax_Tools 2.4</title> <section><title>Improvements and New Features</title> diff --git a/lib/syntax_tools/vsn.mk b/lib/syntax_tools/vsn.mk index 7a93e81b94..7f0b8f40dd 100644 --- a/lib/syntax_tools/vsn.mk +++ b/lib/syntax_tools/vsn.mk @@ -1 +1 @@ -SYNTAX_TOOLS_VSN = 2.5 +SYNTAX_TOOLS_VSN = 2.4 |