diff options
author | Henrik Nord <henrik@erlang.org> | 2020-03-25 13:48:30 +0100 |
---|---|---|
committer | Henrik Nord <henrik@erlang.org> | 2020-03-25 13:48:30 +0100 |
commit | a868d29999c7e031f93fc21f0bd8614cbd4b7642 (patch) | |
tree | 3efe1e13590f7ad172625ba6b9d99687bbc0d33a /lib/syntax_tools | |
parent | 432011292801b28da9dec57ec03d33cdf6725234 (diff) | |
download | erlang-a868d29999c7e031f93fc21f0bd8614cbd4b7642.tar.gz |
Revert "Prepare release"
This reverts commit 63638d668efbeb4539ba301328cabbc2636fb154.
Diffstat (limited to 'lib/syntax_tools')
-rw-r--r-- | lib/syntax_tools/doc/src/notes.xml | 22 | ||||
-rw-r--r-- | lib/syntax_tools/vsn.mk | 2 |
2 files changed, 1 insertions, 23 deletions
diff --git a/lib/syntax_tools/doc/src/notes.xml b/lib/syntax_tools/doc/src/notes.xml index 52f085bf0c..9963ac41ae 100644 --- a/lib/syntax_tools/doc/src/notes.xml +++ b/lib/syntax_tools/doc/src/notes.xml @@ -32,28 +32,6 @@ <p>This document describes the changes made to the Syntax_Tools application.</p> -<section><title>Syntax_Tools 2.3</title> - - <section><title>Improvements and New Features</title> - <list> - <item> - <p> Remove incomplete support for <c>cond</c> - expressions. </p> - <p> - Own Id: OTP-15925 Aux Id: PR-2304 </p> - </item> - <item> - <p> - Improved indentation for code generated with - <c>erl_prettypr</c> and <c>tidier</c>.</p> - <p> - Own Id: OTP-16386 Aux Id: PR-2451 </p> - </item> - </list> - </section> - -</section> - <section><title>Syntax_Tools 2.2.1</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/syntax_tools/vsn.mk b/lib/syntax_tools/vsn.mk index 87167529c3..9e6967d45d 100644 --- a/lib/syntax_tools/vsn.mk +++ b/lib/syntax_tools/vsn.mk @@ -1 +1 @@ -SYNTAX_TOOLS_VSN = 2.3 +SYNTAX_TOOLS_VSN = 2.2.1 |