diff options
author | Erlang/OTP <[email protected]> | 2019-04-12 12:26:23 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-04-12 12:26:23 +0200 |
commit | da620d820b52db81c1c1cdf8373412231c013f8c (patch) | |
tree | 54bd1e9fa2e62deab5eff54b25848f0636cdbd35 /lib/erl_interface | |
parent | c7932fd8ea0b4fe7d11a22aed5ccc50c5f88b47d (diff) | |
download | otp-da620d820b52db81c1c1cdf8373412231c013f8c.tar.gz otp-da620d820b52db81c1c1cdf8373412231c013f8c.tar.bz2 otp-da620d820b52db81c1c1cdf8373412231c013f8c.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 32d28b853b..5ad0e2499b 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.11.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.11.1</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/erl_interface/vsn.mk b/lib/erl_interface/vsn.mk index dae6052d55..5e63f75ab5 100644 --- a/lib/erl_interface/vsn.mk +++ b/lib/erl_interface/vsn.mk @@ -1,2 +1,2 @@ -EI_VSN = 3.11.1 +EI_VSN = 3.11.2 ERL_INTERFACE_VSN = $(EI_VSN) |