diff options
author | Björn Gustavsson <[email protected]> | 2017-09-01 10:55:01 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-09-01 11:28:36 +0200 |
commit | 31a38a1bd3814c22f217afbd686f20ee5a2fe434 (patch) | |
tree | b5a0b3660ef4a943e72a31d4334d991663477c98 /bootstrap/lib/compiler/ebin/compiler.app | |
parent | fdf30c9a74871e45fc15004835f96cb1481fa5ca (diff) | |
download | otp-31a38a1bd3814c22f217afbd686f20ee5a2fe434.tar.gz otp-31a38a1bd3814c22f217afbd686f20ee5a2fe434.tar.bz2 otp-31a38a1bd3814c22f217afbd686f20ee5a2fe434.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 3482c44d09..b2ca1a8cad 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.1"}, + {vsn, "7.1.1"}, {modules, [ beam_a, beam_asm, |