diff options
author | Erlang/OTP <otp@erlang.org> | 2021-05-20 16:05:51 +0200 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2021-05-20 16:05:51 +0200 |
commit | e6f7121456b61309015eff3a1bf9f6ef442c6ac3 (patch) | |
tree | c78a5a85189b7622aa3c089355da70e623ce6d10 /lib/megaco | |
parent | 400c8f74503205fb893152c69d49a0facdd5fc46 (diff) | |
download | erlang-e6f7121456b61309015eff3a1bf9f6ef442c6ac3.tar.gz |
Prepare release
Diffstat (limited to 'lib/megaco')
-rw-r--r-- | lib/megaco/doc/src/notes.xml | 17 | ||||
-rw-r--r-- | lib/megaco/vsn.mk | 2 |
2 files changed, 17 insertions, 2 deletions
diff --git a/lib/megaco/doc/src/notes.xml b/lib/megaco/doc/src/notes.xml index 2fca226214..64483142a7 100644 --- a/lib/megaco/doc/src/notes.xml +++ b/lib/megaco/doc/src/notes.xml @@ -37,7 +37,22 @@ section is the version number of Megaco.</p> - <section><title>Megaco 4.0</title> + <section><title>Megaco 4.0.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Commit of generated <c>configure</c> script.</p> + <p> + Own Id: OTP-17420 Aux Id: OTP-17398, GH-4821 </p> + </item> + </list> + </section> + +</section> + +<section><title>Megaco 4.0</title> <section><title>Improvements and New Features</title> <list> diff --git a/lib/megaco/vsn.mk b/lib/megaco/vsn.mk index 691dcb971b..7f32d1eb4a 100644 --- a/lib/megaco/vsn.mk +++ b/lib/megaco/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = megaco -MEGACO_VSN = 4.0 +MEGACO_VSN = 4.0.1 PRE_VSN = APP_VSN = "$(APPLICATION)-$(MEGACO_VSN)$(PRE_VSN)" |