diff options
author | Rickard Green <[email protected]> | 2017-03-14 16:21:00 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2017-03-14 16:21:00 +0100 |
commit | 27df945c35aa541330700d75b6844de9886361b2 (patch) | |
tree | 7fd93336232d2e8f17612ffcf114d9d7e1038fe9 /lib/compiler | |
parent | aec64f75c5a2a044b9e5cec77fb2ca243ff1b212 (diff) | |
parent | a748cafdc7063d9f181ba12088db6458793ced2f (diff) | |
download | otp-27df945c35aa541330700d75b6844de9886361b2.tar.gz otp-27df945c35aa541330700d75b6844de9886361b2.tar.bz2 otp-27df945c35aa541330700d75b6844de9886361b2.zip |
Merge branch 'maint'
* maint:
Updated OTP version
Prepare release
Conflicts:
OTP_VERSION
lib/typer/doc/src/notes.xml
lib/typer/vsn.mk
Diffstat (limited to 'lib/compiler')
-rw-r--r-- | lib/compiler/doc/src/notes.xml | 16 | ||||
-rw-r--r-- | lib/compiler/vsn.mk | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml index 2e58b68bf0..449453bf88 100644 --- a/lib/compiler/doc/src/notes.xml +++ b/lib/compiler/doc/src/notes.xml @@ -32,6 +32,22 @@ <p>This document describes the changes made to the Compiler application.</p> +<section><title>Compiler 7.0.4</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Minor internal changes. A typo in the documentation was + also fixed.</p> + <p> + Own Id: OTP-14240</p> + </item> + </list> + </section> + +</section> + <section><title>Compiler 7.0.3</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/compiler/vsn.mk b/lib/compiler/vsn.mk index 9c3cf1f34b..5c87304a01 100644 --- a/lib/compiler/vsn.mk +++ b/lib/compiler/vsn.mk @@ -1 +1 @@ -COMPILER_VSN = 7.0.3 +COMPILER_VSN = 7.0.4 |