diff options
author | Björn Gustavsson <[email protected]> | 2016-08-05 11:00:04 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2016-08-05 11:40:46 +0200 |
commit | 65266b2db99ea2651606acd3a796738f1a59dc40 (patch) | |
tree | 4d08c97bbaed69fa1b1953cd2bf4d9f25e6ac570 /bootstrap/lib/compiler/ebin/compiler.app | |
parent | 7d492f3c2fe53c07c22fe8280aadf3e8df5c4eb9 (diff) | |
download | otp-65266b2db99ea2651606acd3a796738f1a59dc40.tar.gz otp-65266b2db99ea2651606acd3a796738f1a59dc40.tar.bz2 otp-65266b2db99ea2651606acd3a796738f1a59dc40.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 283fcb7478..ebd5205219 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"}, + {vsn, "7.0.1"}, {modules, [ beam_a, beam_asm, |