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/reltool | |
parent | c50620199f0489372482006f712cb78b68946146 (diff) | |
download | erlang-15ccde6390bb273d0132a75639da9dcf7d441de8.tar.gz |
Revert "Prepare release"
This reverts commit 1cc1d15c4e54c1d9d8c34a4c66193a95b10c479a.
Diffstat (limited to 'lib/reltool')
-rw-r--r-- | lib/reltool/doc/src/notes.xml | 18 | ||||
-rw-r--r-- | lib/reltool/vsn.mk | 2 |
2 files changed, 2 insertions, 18 deletions
diff --git a/lib/reltool/doc/src/notes.xml b/lib/reltool/doc/src/notes.xml index defbe730c3..ee00b6086d 100644 --- a/lib/reltool/doc/src/notes.xml +++ b/lib/reltool/doc/src/notes.xml @@ -38,23 +38,7 @@ thus constitutes one section in this document. The title of each section is the version number of Reltool.</p> - <section><title>Reltool 0.9</title> - - <section><title>Improvements and New Features</title> - <list> - <item> - <p> - Recognize new key 'optional_applications' in application - resource files.</p> - <p> - Own Id: OTP-17189 Aux Id: PR-2675 </p> - </item> - </list> - </section> - -</section> - -<section><title>Reltool 0.8</title> + <section><title>Reltool 0.8</title> <section><title>Improvements and New Features</title> <list> diff --git a/lib/reltool/vsn.mk b/lib/reltool/vsn.mk index 1bee6b4581..c5aacfba38 100644 --- a/lib/reltool/vsn.mk +++ b/lib/reltool/vsn.mk @@ -1 +1 @@ -RELTOOL_VSN = 0.9 +RELTOOL_VSN = 0.8 |