diff options
author | Björn Gustavsson <[email protected]> | 2012-10-10 16:03:30 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2012-10-10 16:03:48 +0200 |
commit | 0247b4c2c53de08587c89fe5a3c598d7b798021d (patch) | |
tree | 8a5f89cb311c0a6448924e58a183a8000a76512e /bootstrap/lib/compiler/ebin/compiler.app | |
parent | b16c127d4dc2bb070d6e98e5c4cdc38220708a13 (diff) | |
download | otp-0247b4c2c53de08587c89fe5a3c598d7b798021d.tar.gz otp-0247b4c2c53de08587c89fe5a3c598d7b798021d.tar.bz2 otp-0247b4c2c53de08587c89fe5a3c598d7b798021d.zip |
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/compiler/ebin/compiler.app')
-rw-r--r-- | bootstrap/lib/compiler/ebin/compiler.app | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bootstrap/lib/compiler/ebin/compiler.app b/bootstrap/lib/compiler/ebin/compiler.app index 5170231c59..a4a7dec7c3 100644 --- a/bootstrap/lib/compiler/ebin/compiler.app +++ b/bootstrap/lib/compiler/ebin/compiler.app @@ -18,8 +18,9 @@ {application, compiler, [{description, "ERTS CXC 138 10"}, - {vsn, "4.8.1"}, + {vsn, "4.8.2"}, {modules, [ + beam_a, beam_asm, beam_block, beam_bool, @@ -40,6 +41,7 @@ beam_type, beam_utils, beam_validator, + beam_z, cerl, cerl_clauses, cerl_inline, |