From 885ec15333e55e0c2d450d41d9a39cd73f257384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Wed, 24 Oct 2018 11:51:18 +0200 Subject: Update primary bootstrap --- bootstrap/lib/compiler/ebin/compiler.app | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bootstrap/lib/compiler/ebin/compiler.app') diff --git a/bootstrap/lib/compiler/ebin/compiler.app b/bootstrap/lib/compiler/ebin/compiler.app index 028ee62b42..539383e02e 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.5"}, + {vsn, "7.2.6"}, {modules, [ beam_a, beam_asm, @@ -39,6 +39,7 @@ beam_ssa_bsm, beam_ssa_codegen, beam_ssa_dead, + beam_ssa_funs, beam_ssa_lint, beam_ssa_opt, beam_ssa_pp, -- cgit v1.2.3