diff options
author | Henrik Nord <[email protected]> | 2015-05-13 09:40:16 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2015-05-13 09:40:16 +0200 |
commit | 9a81b28598fadc44bf506354c9227e41aac786f6 (patch) | |
tree | 67b1db67c5050ce5cf37a182841ab34c6cbc5fe9 /lib/parsetools | |
parent | 6a3e878126da1e8d75c704510c7a7339ff306138 (diff) | |
download | otp-9a81b28598fadc44bf506354c9227e41aac786f6.tar.gz otp-9a81b28598fadc44bf506354c9227e41aac786f6.tar.bz2 otp-9a81b28598fadc44bf506354c9227e41aac786f6.zip |
Revert "Prepare release"
This reverts commit e09dd66dc4d89c62ddfd8c19791f9678d5d787c6.
Diffstat (limited to 'lib/parsetools')
-rw-r--r-- | lib/parsetools/doc/src/notes.xml | 15 | ||||
-rw-r--r-- | lib/parsetools/vsn.mk | 2 |
2 files changed, 1 insertions, 16 deletions
diff --git a/lib/parsetools/doc/src/notes.xml b/lib/parsetools/doc/src/notes.xml index 1751238d20..c8cb70b6d2 100644 --- a/lib/parsetools/doc/src/notes.xml +++ b/lib/parsetools/doc/src/notes.xml @@ -30,21 +30,6 @@ </header> <p>This document describes the changes made to the Parsetools application.</p> -<section><title>Parsetools 2.1</title> - - <section><title>Improvements and New Features</title> - <list> - <item> - <p> The new <c>-dialyzer()</c> attribute is used for - suppressing Dialyzer warnings in generated code. </p> - <p> - Own Id: OTP-12271</p> - </item> - </list> - </section> - -</section> - <section><title>Parsetools 2.0.12</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/parsetools/vsn.mk b/lib/parsetools/vsn.mk index b99b3bb713..dd9cc2991c 100644 --- a/lib/parsetools/vsn.mk +++ b/lib/parsetools/vsn.mk @@ -1 +1 @@ -PARSETOOLS_VSN = 2.1 +PARSETOOLS_VSN = 2.0.12 |