diff options
author | Björn Gustavsson <[email protected]> | 2017-01-13 12:11:27 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-01-13 12:11:33 +0100 |
commit | 6c7539b0e39996f870385e5276e08c0dd98b6eb8 (patch) | |
tree | 13ab255883df0ed1e3bd5e25349bf84187bfc621 /bootstrap/lib/compiler/ebin/compiler.app | |
parent | fa208870c24b7b3cddf3ac0317371b419d1a08d8 (diff) | |
download | otp-6c7539b0e39996f870385e5276e08c0dd98b6eb8.tar.gz otp-6c7539b0e39996f870385e5276e08c0dd98b6eb8.tar.bz2 otp-6c7539b0e39996f870385e5276e08c0dd98b6eb8.zip |
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 237993f080..e91be8e4ad 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.2"}, + {vsn, "7.0.3"}, {modules, [ beam_a, beam_asm, |