diff options
author | Rickard Green <[email protected]> | 2017-03-10 15:05:35 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2017-03-10 15:06:31 +0100 |
commit | 72edea4a5eac85d72dce50a9f43a44aa1a844c12 (patch) | |
tree | 82bfa199178c1406f2a4691222f9889fb7f9f515 /bootstrap/lib/compiler/ebin/compiler.app | |
parent | 26c3cd82529836cb5b6eefbf7f92f318fd91f847 (diff) | |
download | otp-72edea4a5eac85d72dce50a9f43a44aa1a844c12.tar.gz otp-72edea4a5eac85d72dce50a9f43a44aa1a844c12.tar.bz2 otp-72edea4a5eac85d72dce50a9f43a44aa1a844c12.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 fd908e3c3f..010d344669 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, |