diff options
author | Henrik Nord <henrik@erlang.org> | 2021-03-26 08:38:27 +0100 |
---|---|---|
committer | Henrik Nord <henrik@erlang.org> | 2021-03-26 08:38:27 +0100 |
commit | 15ccde6390bb273d0132a75639da9dcf7d441de8 (patch) | |
tree | d334ea404721403a0f3c455c45d97c3d62642911 /lib/asn1 | |
parent | c50620199f0489372482006f712cb78b68946146 (diff) | |
download | erlang-15ccde6390bb273d0132a75639da9dcf7d441de8.tar.gz |
Revert "Prepare release"
This reverts commit 1cc1d15c4e54c1d9d8c34a4c66193a95b10c479a.
Diffstat (limited to 'lib/asn1')
-rw-r--r-- | lib/asn1/doc/src/notes.xml | 15 | ||||
-rw-r--r-- | lib/asn1/vsn.mk | 2 |
2 files changed, 1 insertions, 16 deletions
diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml index a1e82bc849..3f4bfddd06 100644 --- a/lib/asn1/doc/src/notes.xml +++ b/lib/asn1/doc/src/notes.xml @@ -32,21 +32,6 @@ <p>This document describes the changes made to the asn1 application.</p> -<section><title>Asn1 5.1</title> - - <section><title>Improvements and New Features</title> - <list> - <item> - <p>The compiler will now emit warnings when (previously - bound) underscore-prefixed variables are matched.</p> - <p> - Own Id: OTP-17123</p> - </item> - </list> - </section> - -</section> - <section><title>Asn1 5.0.14</title> <section><title>Improvements and New Features</title> diff --git a/lib/asn1/vsn.mk b/lib/asn1/vsn.mk index a63de49f97..b5dfc871bd 100644 --- a/lib/asn1/vsn.mk +++ b/lib/asn1/vsn.mk @@ -1 +1 @@ -ASN1_VSN = 5.1 +ASN1_VSN = 5.0.14 |