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/asn1 | |
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/asn1')
-rw-r--r-- | lib/asn1/doc/src/notes.xml | 17 | ||||
-rw-r--r-- | lib/asn1/vsn.mk | 2 |
2 files changed, 1 insertions, 18 deletions
diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml index f73d21b9e3..9feb673c04 100644 --- a/lib/asn1/doc/src/notes.xml +++ b/lib/asn1/doc/src/notes.xml @@ -31,23 +31,6 @@ <p>This document describes the changes made to the asn1 application.</p> -<section><title>Asn1 4.0</title> - - <section><title>Fixed Bugs and Malfunctions</title> - <list> - <item> - <p> - Many bugs have been eliminated in the the ASN.1 compiler - so that it can now successfully compile many more ASN.1 - specifications. Error messages have also been improved.</p> - <p> - Own Id: OTP-12395</p> - </item> - </list> - </section> - -</section> - <section><title>Asn1 3.0.4</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/asn1/vsn.mk b/lib/asn1/vsn.mk index d4c46863a3..c909c908d6 100644 --- a/lib/asn1/vsn.mk +++ b/lib/asn1/vsn.mk @@ -1 +1 @@ -ASN1_VSN = 4.0 +ASN1_VSN = 3.0.4 |