aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/lib/compiler/ebin/compiler.app
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/lib/compiler/ebin/compiler.app')
-rw-r--r--bootstrap/lib/compiler/ebin/compiler.app5
1 files changed, 2 insertions, 3 deletions
diff --git a/bootstrap/lib/compiler/ebin/compiler.app b/bootstrap/lib/compiler/ebin/compiler.app
index d66ffe29b6..d83ca1a995 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.2.3"},
+ {vsn, "7.2.4"},
{modules, [
beam_a,
beam_asm,
@@ -27,7 +27,6 @@
beam_bs,
beam_bsm,
beam_clean,
- beam_dead,
beam_dict,
beam_disasm,
beam_except,
@@ -39,13 +38,13 @@
beam_peep,
beam_ssa,
beam_ssa_codegen,
+ beam_ssa_dead,
beam_ssa_lint,
beam_ssa_opt,
beam_ssa_pp,
beam_ssa_pre_codegen,
beam_ssa_recv,
beam_ssa_type,
- beam_split,
beam_trim,
beam_utils,
beam_validator,