diff options
author | Björn Gustavsson <[email protected]> | 2016-08-05 12:01:56 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2016-08-05 12:01:56 +0200 |
commit | 08a5b907960aba230a3790cc8502c4ca5444ad96 (patch) | |
tree | 406ea2cf76a4aabf5efeb75e9f20c3ad6c96ef01 /bootstrap/lib/compiler/ebin/compiler.app | |
parent | e487bb1b14e8abfa5fa4dfd310d7fae87c941bc7 (diff) | |
parent | 65266b2db99ea2651606acd3a796738f1a59dc40 (diff) | |
download | otp-08a5b907960aba230a3790cc8502c4ca5444ad96.tar.gz otp-08a5b907960aba230a3790cc8502c4ca5444ad96.tar.bz2 otp-08a5b907960aba230a3790cc8502c4ca5444ad96.zip |
Merge branch 'maint'
* maint:
Update primary bootstrap
beam_block: Fix potentially unsafe optimization in move_allocates/1
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, |