diff options
author | Henrik Nord <[email protected]> | 2018-09-25 08:42:59 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2018-09-25 08:42:59 +0200 |
commit | e6c3dd9f701d354c06b9b1b043a3d7e9cc050b1c (patch) | |
tree | a27c6c89bba769d5a6467b0a51df0c9adb8e9e47 /lib/megaco | |
parent | 494cb3be4a98653c212d673008085bc3ea70dc7e (diff) | |
parent | 377f19f25aeec6939a6728bd0c4910086c22ccdc (diff) | |
download | otp-e6c3dd9f701d354c06b9b1b043a3d7e9cc050b1c.tar.gz otp-e6c3dd9f701d354c06b9b1b043a3d7e9cc050b1c.tar.bz2 otp-e6c3dd9f701d354c06b9b1b043a3d7e9cc050b1c.zip |
Merge branch 'maint'
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 54e048a172..b697c3f631 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 3.18.3</title> + <section><title>Megaco 3.18.4</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Improved documentation.</p> + <p> + Own Id: OTP-15190</p> + </item> + </list> + </section> + +</section> + +<section><title>Megaco 3.18.3</title> <section><title>Fixed Bugs and Malfunctions</title> <list> diff --git a/lib/megaco/vsn.mk b/lib/megaco/vsn.mk index a4f7de7f07..f4c82c537a 100644 --- a/lib/megaco/vsn.mk +++ b/lib/megaco/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = megaco -MEGACO_VSN = 3.18.3 +MEGACO_VSN = 3.18.4 PRE_VSN = APP_VSN = "$(APPLICATION)-$(MEGACO_VSN)$(PRE_VSN)" |