diff options
author | Björn-Egil Dahlberg <[email protected]> | 2016-07-12 16:21:31 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2016-07-12 16:22:16 +0200 |
commit | 8fa0a2d96e3d5c89f68b8724a125e11fe04e993d (patch) | |
tree | 3f02ad74a46e6c1c300da634868e26df620b53ae /bootstrap/lib/compiler/ebin/compiler.app | |
parent | dd1162846eb7942243ea285310cf100b6959a845 (diff) | |
download | otp-8fa0a2d96e3d5c89f68b8724a125e11fe04e993d.tar.gz otp-8fa0a2d96e3d5c89f68b8724a125e11fe04e993d.tar.bz2 otp-8fa0a2d96e3d5c89f68b8724a125e11fe04e993d.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 53891c7260..283fcb7478 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, "6.0.3"}, + {vsn, "7.0"}, {modules, [ beam_a, beam_asm, |