diff options
author | Erlang/OTP <[email protected]> | 2016-05-12 12:04:14 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2016-05-12 12:04:14 +0200 |
commit | 663e847459686604ea051f036a0e4caff18cea6f (patch) | |
tree | 978aea941c88a814947a664cebd1f93991e544f3 /lib/reltool | |
parent | f68a3780fbcc836c7036b55db5ee1d0447213c8f (diff) | |
download | otp-663e847459686604ea051f036a0e4caff18cea6f.tar.gz otp-663e847459686604ea051f036a0e4caff18cea6f.tar.bz2 otp-663e847459686604ea051f036a0e4caff18cea6f.zip |
Revert "Prepare release"
This reverts commit bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a.
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 07853f7055..082079aa74 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.1</title> - - <section><title>Improvements and New Features</title> - <list> - <item> - <p> Modify the code as motivated by a change of the - Erlang Parser (<c>undefined</c> is no longer - automatically inserted to the type of record fields - without an initializer). </p> - <p> - Own Id: OTP-13033 Aux Id: OTP-12719 </p> - </item> - </list> - </section> - -</section> - -<section><title>Reltool 0.7</title> + <section><title>Reltool 0.7</title> <section><title>Improvements and New Features</title> <list> diff --git a/lib/reltool/vsn.mk b/lib/reltool/vsn.mk index 76f69fd294..733c41bc02 100644 --- a/lib/reltool/vsn.mk +++ b/lib/reltool/vsn.mk @@ -1 +1 @@ -RELTOOL_VSN = 0.7.1 +RELTOOL_VSN = 0.7 |