aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/lib/compiler/ebin/compiler.app
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2016-08-05 12:01:56 +0200
committerBjörn Gustavsson <[email protected]>2016-08-05 12:01:56 +0200
commit08a5b907960aba230a3790cc8502c4ca5444ad96 (patch)
tree406ea2cf76a4aabf5efeb75e9f20c3ad6c96ef01 /bootstrap/lib/compiler/ebin/compiler.app
parente487bb1b14e8abfa5fa4dfd310d7fae87c941bc7 (diff)
parent65266b2db99ea2651606acd3a796738f1a59dc40 (diff)
downloadotp-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.app2
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,