diff options
author | Erlang/OTP <[email protected]> | 2019-04-16 16:37:45 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-04-16 16:37:45 +0200 |
commit | d55738a4490583b627a0960c886a0f0d54eb52b0 (patch) | |
tree | fec736f40ab59a5d7425ac6fd98abe1a0f9628c9 /lib/erl_interface | |
parent | c231fd1d513272d144b3ba1d56930f74b15839d1 (diff) | |
download | otp-d55738a4490583b627a0960c886a0f0d54eb52b0.tar.gz otp-d55738a4490583b627a0960c886a0f0d54eb52b0.tar.bz2 otp-d55738a4490583b627a0960c886a0f0d54eb52b0.zip |
Prepare release
Diffstat (limited to 'lib/erl_interface')
-rw-r--r-- | lib/erl_interface/doc/src/notes.xml | 16 | ||||
-rw-r--r-- | lib/erl_interface/vsn.mk | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/lib/erl_interface/doc/src/notes.xml b/lib/erl_interface/doc/src/notes.xml index 4310a142b0..b8ab20b005 100644 --- a/lib/erl_interface/doc/src/notes.xml +++ b/lib/erl_interface/doc/src/notes.xml @@ -31,6 +31,22 @@ </header> <p>This document describes the changes made to the Erl_interface application.</p> +<section><title>Erl_Interface 3.10.2.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix handling of Makefile dependencies so that parallel + make works properly.</p> + <p> + Own Id: OTP-15757</p> + </item> + </list> + </section> + +</section> + <section><title>Erl_Interface 3.10.2.1</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/erl_interface/vsn.mk b/lib/erl_interface/vsn.mk index 4c9cc351c4..ab57ec2278 100644 --- a/lib/erl_interface/vsn.mk +++ b/lib/erl_interface/vsn.mk @@ -1,2 +1,2 @@ -EI_VSN = 3.10.2.1 +EI_VSN = 3.10.2.2 ERL_INTERFACE_VSN = $(EI_VSN) |