diff options
author | Björn Gustavsson <bjorn@erlang.org> | 2016-10-05 13:12:39 +0200 |
---|---|---|
committer | Björn Gustavsson <bjorn@erlang.org> | 2016-10-05 13:12:48 +0200 |
commit | 497330a828089b465ac026551edf33fb947ae2f6 (patch) | |
tree | d487b12a6a64e605dc2162d75f8812ab736fb963 /bootstrap/lib/compiler/ebin/compiler.app | |
parent | f9904b530bf14487d08aadf0e1fb06322ce55753 (diff) | |
download | erlang-497330a828089b465ac026551edf33fb947ae2f6.tar.gz |
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 ebd5205219..fd908e3c3f 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.1"}, + {vsn, "7.0.2"}, {modules, [ beam_a, beam_asm, |