aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2018-08-11 16:06:28 +0200
committerRickard Green <[email protected]>2018-08-11 16:06:28 +0200
commitb4a0a7fee1e5770decfca6cb5358cb349f7916e5 (patch)
treeb562b761172886acefc05ffc06c659e86375b98b /lib/compiler
parentf732e69d867553c3d1d26e861f6b46a5490856f0 (diff)
parent503f6c802b2561881e0d4a62b32d7ee71575f319 (diff)
downloadotp-b4a0a7fee1e5770decfca6cb5358cb349f7916e5.tar.gz
otp-b4a0a7fee1e5770decfca6cb5358cb349f7916e5.tar.bz2
otp-b4a0a7fee1e5770decfca6cb5358cb349f7916e5.zip
Merge branch 'maint'
* maint: Updated OTP version Update release notes Update version numbers
Diffstat (limited to 'lib/compiler')
-rw-r--r--lib/compiler/doc/src/notes.xml17
-rw-r--r--lib/compiler/vsn.mk2
2 files changed, 18 insertions, 1 deletions
diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml
index fbef955ac7..671126b73b 100644
--- a/lib/compiler/doc/src/notes.xml
+++ b/lib/compiler/doc/src/notes.xml
@@ -32,6 +32,23 @@
<p>This document describes the changes made to the Compiler
application.</p>
+<section><title>Compiler 7.2.3</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>Fixed an issue where files compiled with the
+ <c>+deterministic</c> option differed if they were
+ compiled in a different directory but were otherwise
+ identical.</p>
+ <p>
+ Own Id: OTP-15204 Aux Id: ERL-679 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Compiler 7.2.2</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/compiler/vsn.mk b/lib/compiler/vsn.mk
index f99b6721e2..355113a94d 100644
--- a/lib/compiler/vsn.mk
+++ b/lib/compiler/vsn.mk
@@ -1 +1 @@
-COMPILER_VSN = 7.2.2
+COMPILER_VSN = 7.2.3