diff options
author | Björn-Egil Dahlberg <[email protected]> | 2017-03-23 12:13:11 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2017-03-24 10:53:15 +0100 |
commit | 63289176d5555903b72776dd96b38b3a13a257ab (patch) | |
tree | b35bc98e63f7f3801a7b21c21079178a11318bb4 /bootstrap/lib/compiler/ebin/compiler.app | |
parent | 06765d059c9ff04faa5813259116bc0a1eac878c (diff) | |
download | otp-63289176d5555903b72776dd96b38b3a13a257ab.tar.gz otp-63289176d5555903b72776dd96b38b3a13a257ab.tar.bz2 otp-63289176d5555903b72776dd96b38b3a13a257ab.zip |
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/compiler/ebin/compiler.app')
-rw-r--r-- | bootstrap/lib/compiler/ebin/compiler.app | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap/lib/compiler/ebin/compiler.app b/bootstrap/lib/compiler/ebin/compiler.app index e91be8e4ad..b048164f1d 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.0.3"}, + {vsn, "7.0.4"}, {modules, [ beam_a, beam_asm, @@ -38,6 +38,7 @@ beam_peep, beam_receive, beam_reorder, + beam_record, beam_split, beam_trim, beam_type, |