diff options
Diffstat (limited to 'lib/reltool')
-rw-r--r-- | lib/reltool/doc/src/notes.xml | 19 | ||||
-rw-r--r-- | lib/reltool/vsn.mk | 2 |
2 files changed, 2 insertions, 19 deletions
diff --git a/lib/reltool/doc/src/notes.xml b/lib/reltool/doc/src/notes.xml index ff11a6ca11..b47d451055 100644 --- a/lib/reltool/doc/src/notes.xml +++ b/lib/reltool/doc/src/notes.xml @@ -38,24 +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.7.4</title> - - <section><title>Improvements and New Features</title> - <list> - <item> - <p> The User's Guide examples are updated after removal - of support for Dets files created with Erlang/OTP R7 and - earlier. </p> <p>The examples are not correct, and will - be updated before the release of Erlang/OTP 20.0.</p> - <p> - Own Id: OTP-14422 Aux Id: OTP-13830 </p> - </item> - </list> - </section> - -</section> - -<section><title>Reltool 0.7.3</title> + <section><title>Reltool 0.7.3</title> <section><title>Fixed Bugs and Malfunctions</title> <list> diff --git a/lib/reltool/vsn.mk b/lib/reltool/vsn.mk index 3617f6e0d9..2d07eeb8f0 100644 --- a/lib/reltool/vsn.mk +++ b/lib/reltool/vsn.mk @@ -1 +1 @@ -RELTOOL_VSN = 0.7.4 +RELTOOL_VSN = 0.7.3 |