diff options
author | Björn Gustavsson <[email protected]> | 2016-06-01 09:49:19 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2016-06-01 09:49:26 +0200 |
commit | ac927e00f82b3df962abe082393f45197de49156 (patch) | |
tree | 1305ac5b0d310f8fc1603aae63cabacc3f7e0959 | |
parent | e67f1bf5a22ce9d403aac466b5d46e0acec7ad18 (diff) | |
download | otp-ac927e00f82b3df962abe082393f45197de49156.tar.gz otp-ac927e00f82b3df962abe082393f45197de49156.tar.bz2 otp-ac927e00f82b3df962abe082393f45197de49156.zip |
Update primary bootstrap
-rw-r--r-- | bootstrap/lib/compiler/ebin/beam_validator.beam | bin | 30172 -> 30804 bytes | |||
-rw-r--r-- | bootstrap/lib/kernel/ebin/kernel.app | 2 | ||||
-rw-r--r-- | bootstrap/lib/stdlib/ebin/stdlib.app | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/lib/compiler/ebin/beam_validator.beam b/bootstrap/lib/compiler/ebin/beam_validator.beam Binary files differindex ee86a8144d..5722578840 100644 --- a/bootstrap/lib/compiler/ebin/beam_validator.beam +++ b/bootstrap/lib/compiler/ebin/beam_validator.beam diff --git a/bootstrap/lib/kernel/ebin/kernel.app b/bootstrap/lib/kernel/ebin/kernel.app index 8e00bc4a45..15bc34e789 100644 --- a/bootstrap/lib/kernel/ebin/kernel.app +++ b/bootstrap/lib/kernel/ebin/kernel.app @@ -116,6 +116,6 @@ {applications, []}, {env, [{error_logger, tty}]}, {mod, {kernel, []}}, - {runtime_dependencies, ["erts-8.0", "stdlib-2.6", "sasl-2.6"]} + {runtime_dependencies, ["erts-8.0", "stdlib-3.0", "sasl-3.0"]} ] }. diff --git a/bootstrap/lib/stdlib/ebin/stdlib.app b/bootstrap/lib/stdlib/ebin/stdlib.app index 4c8f196620..ceb55c66fc 100644 --- a/bootstrap/lib/stdlib/ebin/stdlib.app +++ b/bootstrap/lib/stdlib/ebin/stdlib.app @@ -106,7 +106,7 @@ dets]}, {applications, [kernel]}, {env, []}, - {runtime_dependencies, ["sasl-2.6","kernel-4.1","erts-7.3","crypto-3.3", + {runtime_dependencies, ["sasl-3.0","kernel-5.0","erts-8.0","crypto-3.3", "compiler-5.0"]} ]}. |