diff options
author | Henrik Nord <henrik@erlang.org> | 2022-02-16 11:05:29 +0100 |
---|---|---|
committer | Henrik Nord <henrik@erlang.org> | 2022-02-16 11:05:29 +0100 |
commit | eccc556e79f315d1f87c10fb46f2c4af50a63f20 (patch) | |
tree | 646e7303f948eeb15459ef33b480bf485fe980ee /lib/debugger | |
parent | a52c4c027086c6e947b0c6a2e2339106edcd1793 (diff) | |
download | erlang-eccc556e79f315d1f87c10fb46f2c4af50a63f20.tar.gz |
Revert "Prepare release"
This reverts commit 95f5a792610ed4c87457863cb03b047414ad4a14.
Diffstat (limited to 'lib/debugger')
-rw-r--r-- | lib/debugger/doc/src/notes.xml | 23 | ||||
-rw-r--r-- | lib/debugger/vsn.mk | 2 |
2 files changed, 1 insertions, 24 deletions
diff --git a/lib/debugger/doc/src/notes.xml b/lib/debugger/doc/src/notes.xml index 3aabe6112b..3ca783ca1c 100644 --- a/lib/debugger/doc/src/notes.xml +++ b/lib/debugger/doc/src/notes.xml @@ -33,29 +33,6 @@ <p>This document describes the changes made to the Debugger application.</p> -<section><title>Debugger 5.3</title> - - <section><title>Improvements and New Features</title> - <list> - <item> - <p> - The configuration files <seecom - marker="erts:erl"><c>.erlang</c></seecom>, <seeguide - marker="system/reference_manual:distributed"><c>.erlang.cookie</c></seeguide> - and <seeerl - marker="stdlib:beam_lib#.erlang.crypt"><c>.erlang.crypt</c></seeerl> - can now be located in the XDG Config Home directory.</p> - <p> - See the documentation for each file and - <c>filename:basedir/2</c> for more details.</p> - <p> - Own Id: OTP-17554 Aux Id: GH-5016 PR-5408 OTP-17821 </p> - </item> - </list> - </section> - -</section> - <section><title>Debugger 5.2</title> <section><title>Improvements and New Features</title> diff --git a/lib/debugger/vsn.mk b/lib/debugger/vsn.mk index bac7f4b6ae..4498cd797a 100644 --- a/lib/debugger/vsn.mk +++ b/lib/debugger/vsn.mk @@ -1 +1 @@ -DEBUGGER_VSN = 5.3 +DEBUGGER_VSN = 5.2 |