diff options
author | Björn Gustavsson <bjorn@erlang.org> | 2016-09-29 12:39:45 +0200 |
---|---|---|
committer | Björn Gustavsson <bjorn@erlang.org> | 2016-09-29 12:40:09 +0200 |
commit | fc256e18f488ec96f87ee28ad049b7c0c07d8395 (patch) | |
tree | 893cf2d40b79f9687d899008c57a55046cff3e28 /bootstrap/lib/compiler/ebin/compiler.app | |
parent | 230c7340bc3328a0a11ad18d5285ea101e34782f (diff) | |
download | erlang-fc256e18f488ec96f87ee28ad049b7c0c07d8395.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 7670d8ad93..e3d95c151b 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, |