diff options
author | Björn Gustavsson <[email protected]> | 2019-08-09 11:49:35 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2019-08-09 11:49:35 +0200 |
commit | 438a2dc94577b2577a799e28dd7cf5da916cf5d8 (patch) | |
tree | 85a51d957a9687e86428718d9a72e72063551cb4 /bootstrap/lib/compiler/ebin/compiler.app | |
parent | 51a1255bc9a987e434f0f600f895423b546d6700 (diff) | |
parent | aac25aa13f773f62319ec019261dcb90dfe46cbc (diff) | |
download | otp-438a2dc94577b2577a799e28dd7cf5da916cf5d8.tar.gz otp-438a2dc94577b2577a799e28dd7cf5da916cf5d8.tar.bz2 otp-438a2dc94577b2577a799e28dd7cf5da916cf5d8.zip |
Merge branch 'maint'
* maint:
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/compiler/ebin/compiler.app')
-rw-r--r-- | bootstrap/lib/compiler/ebin/compiler.app | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/lib/compiler/ebin/compiler.app b/bootstrap/lib/compiler/ebin/compiler.app index c0483e7801..e086da1b68 100644 --- a/bootstrap/lib/compiler/ebin/compiler.app +++ b/bootstrap/lib/compiler/ebin/compiler.app @@ -19,7 +19,7 @@ {application, compiler, [{description, "ERTS CXC 138 10"}, - {vsn, "7.3.2"}, + {vsn, "7.4.4"}, {modules, [ beam_a, beam_asm, |