Skip to content

Commit

Permalink
Update primary bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorng committed Nov 3, 2022
1 parent 2983a25 commit bcf9221
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 7 deletions.
Binary file modified bootstrap/lib/compiler/ebin/beam_ssa_bsm.beam
Binary file not shown.
Binary file modified bootstrap/lib/compiler/ebin/beam_ssa_type.beam
Binary file not shown.
2 changes: 1 addition & 1 deletion bootstrap/lib/compiler/ebin/compiler.app
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

{application, compiler,
[{description, "ERTS CXC 138 10"},
{vsn, "8.2"},
{vsn, "8.2.1"},
{modules, [
beam_a,
beam_asm,
Expand Down
Binary file modified bootstrap/lib/compiler/ebin/v3_core.beam
Binary file not shown.
8 changes: 4 additions & 4 deletions bootstrap/lib/kernel/ebin/kernel.app
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{application, kernel,
[
{description, "ERTS CXC 138 10"},
{vsn, "8.4.2"},
{vsn, "8.5.1"},
{modules, [application,
application_controller,
application_master,
Expand Down Expand Up @@ -83,9 +83,9 @@
os,
ram_file,
rpc,
user,
user_drv,
user_sup,
prim_tty,
disk_log,
disk_log_1,
disk_log_server,
Expand All @@ -109,7 +109,6 @@
inet_sctp,
pg,
pg2,
prim_tty,
raw_file_io,
raw_file_io_compressed,
raw_file_io_deflate,
Expand Down Expand Up @@ -159,6 +158,7 @@
{shell_docs_ansi,auto}
]},
{mod, {kernel, []}},
{runtime_dependencies, ["erts-@OTP-17934@", "stdlib-@OTP-17932@", "sasl-3.0", "crypto-5.0"]}
{runtime_dependencies, ["erts-@OTP-18248@", "stdlib-@OTP-17932@",
"sasl-3.0", "crypto-5.0"]}
]
}.
Binary file modified bootstrap/lib/stdlib/ebin/erl_lint.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/gen_server.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/shell.beam
Binary file not shown.
6 changes: 4 additions & 2 deletions bootstrap/lib/stdlib/ebin/stdlib.app
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
%%
{application, stdlib,
[{description, "ERTS CXC 138 10"},
{vsn, "4.0.1"},
{vsn, "4.1.1"},
{modules, [array,
base64,
beam_lib,
Expand All @@ -36,7 +36,9 @@
digraph,
digraph_utils,
edlin,
edlin_context,
edlin_expand,
edlin_type_suggestion,
epp,
eval_bits,
erl_abstract_code,
Expand Down Expand Up @@ -112,6 +114,6 @@
dets]},
{applications, [kernel]},
{env, []},
{runtime_dependencies, ["sasl-3.0","kernel-@OTP-17932@","erts-@OTP-17934@","crypto-4.5",
{runtime_dependencies, ["sasl-3.0","kernel-@OTP-17932@","erts-13.1","crypto-4.5",
"compiler-5.0"]}
]}.

0 comments on commit bcf9221

Please sign in to comment.