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/kernel | |
parent | 7b2fb4c6de2ccdb122af8c850d87078eb94aeafa (diff) | |
download | otp-600bb902552f7c6ceec64e7731a5b4f2d473c752.tar.gz otp-600bb902552f7c6ceec64e7731a5b4f2d473c752.tar.bz2 otp-600bb902552f7c6ceec64e7731a5b4f2d473c752.zip |
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/kernel')
-rw-r--r-- | bootstrap/lib/kernel/ebin/inet_dns.beam | bin | 19768 -> 19808 bytes | |||
-rw-r--r-- | bootstrap/lib/kernel/ebin/inet_tcp_dist.beam | bin | 6876 -> 6808 bytes | |||
-rw-r--r-- | bootstrap/lib/kernel/ebin/kernel.app | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/lib/kernel/ebin/inet_dns.beam b/bootstrap/lib/kernel/ebin/inet_dns.beam Binary files differindex bd625968a2..0c5b6c73e1 100644 --- a/bootstrap/lib/kernel/ebin/inet_dns.beam +++ b/bootstrap/lib/kernel/ebin/inet_dns.beam diff --git a/bootstrap/lib/kernel/ebin/inet_tcp_dist.beam b/bootstrap/lib/kernel/ebin/inet_tcp_dist.beam Binary files differindex c322eb9fdc..a3635e5dde 100644 --- a/bootstrap/lib/kernel/ebin/inet_tcp_dist.beam +++ b/bootstrap/lib/kernel/ebin/inet_tcp_dist.beam diff --git a/bootstrap/lib/kernel/ebin/kernel.app b/bootstrap/lib/kernel/ebin/kernel.app index e2cc4bac63..bfeea49e91 100644 --- a/bootstrap/lib/kernel/ebin/kernel.app +++ b/bootstrap/lib/kernel/ebin/kernel.app @@ -115,6 +115,6 @@ {applications, []}, {env, [{error_logger, tty}]}, {mod, {kernel, []}}, - {runtime_dependencies, ["erts-7.0", "stdlib-2.0", "sasl-2.4"]} + {runtime_dependencies, ["erts-7.0", "stdlib-2.5", "sasl-2.4"]} ] }. |