diff options
author | Björn Gustavsson <[email protected]> | 2015-05-22 09:59:15 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-05-22 09:59:21 +0200 |
commit | 600bb902552f7c6ceec64e7731a5b4f2d473c752 (patch) | |
tree | 844d8cdf009bcdd333162e730aec846a6b4ecd5c /bootstrap/lib/stdlib/ebin/stdlib.app | |
parent | 7b2fb4c6de2ccdb122af8c850d87078eb94aeafa (diff) | |
download | otp-600bb902552f7c6ceec64e7731a5b4f2d473c752.tar.gz otp-600bb902552f7c6ceec64e7731a5b4f2d473c752.tar.bz2 otp-600bb902552f7c6ceec64e7731a5b4f2d473c752.zip |
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/stdlib/ebin/stdlib.app')
-rw-r--r-- | bootstrap/lib/stdlib/ebin/stdlib.app | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/lib/stdlib/ebin/stdlib.app b/bootstrap/lib/stdlib/ebin/stdlib.app index 50eb39d712..92ecc16b4c 100644 --- a/bootstrap/lib/stdlib/ebin/stdlib.app +++ b/bootstrap/lib/stdlib/ebin/stdlib.app @@ -104,7 +104,7 @@ dets]}, {applications, [kernel]}, {env, []}, - {runtime_dependencies, ["sasl-2.4","kernel-3.0.2","erts-7.0","crypto-3.3", + {runtime_dependencies, ["sasl-2.4","kernel-4.0","erts-7.0","crypto-3.3", "compiler-5.0"]} ]}. |