From 8405b0c802e216f42afaafc5ec8501eba329cced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Wed, 14 Feb 2018 08:12:01 +0100 Subject: Update primary bootstrap --- bootstrap/lib/kernel/ebin/dist_util.beam | Bin 11036 -> 11128 bytes bootstrap/lib/kernel/ebin/error_logger.beam | Bin 6192 -> 6320 bytes bootstrap/lib/kernel/ebin/erts_debug.beam | Bin 5768 -> 5844 bytes bootstrap/lib/kernel/ebin/group_history.beam | Bin 5740 -> 5740 bytes bootstrap/lib/kernel/ebin/hipe_unified_loader.beam | Bin 12512 -> 12520 bytes bootstrap/lib/kernel/ebin/kernel.app | 4 ++-- bootstrap/lib/kernel/ebin/os.beam | Bin 4252 -> 4524 bytes bootstrap/lib/kernel/ebin/user.beam | Bin 11496 -> 11524 bytes 8 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap/lib/kernel') diff --git a/bootstrap/lib/kernel/ebin/dist_util.beam b/bootstrap/lib/kernel/ebin/dist_util.beam index 6376d791cf..4904618fa9 100644 Binary files a/bootstrap/lib/kernel/ebin/dist_util.beam and b/bootstrap/lib/kernel/ebin/dist_util.beam differ diff --git a/bootstrap/lib/kernel/ebin/error_logger.beam b/bootstrap/lib/kernel/ebin/error_logger.beam index 2881ba0e9f..f747acada3 100644 Binary files a/bootstrap/lib/kernel/ebin/error_logger.beam and b/bootstrap/lib/kernel/ebin/error_logger.beam differ diff --git a/bootstrap/lib/kernel/ebin/erts_debug.beam b/bootstrap/lib/kernel/ebin/erts_debug.beam index a47aec4a2e..59469e44e7 100644 Binary files a/bootstrap/lib/kernel/ebin/erts_debug.beam and b/bootstrap/lib/kernel/ebin/erts_debug.beam differ diff --git a/bootstrap/lib/kernel/ebin/group_history.beam b/bootstrap/lib/kernel/ebin/group_history.beam index 1def2a5d42..f33b674b48 100644 Binary files a/bootstrap/lib/kernel/ebin/group_history.beam and b/bootstrap/lib/kernel/ebin/group_history.beam differ diff --git a/bootstrap/lib/kernel/ebin/hipe_unified_loader.beam b/bootstrap/lib/kernel/ebin/hipe_unified_loader.beam index 06998f8dd5..3fa5bfa06a 100644 Binary files a/bootstrap/lib/kernel/ebin/hipe_unified_loader.beam and b/bootstrap/lib/kernel/ebin/hipe_unified_loader.beam differ diff --git a/bootstrap/lib/kernel/ebin/kernel.app b/bootstrap/lib/kernel/ebin/kernel.app index b888d914e8..9b1c7ded43 100644 --- a/bootstrap/lib/kernel/ebin/kernel.app +++ b/bootstrap/lib/kernel/ebin/kernel.app @@ -22,7 +22,7 @@ {application, kernel, [ {description, "ERTS CXC 138 10"}, - {vsn, "5.3.1"}, + {vsn, "5.4.2"}, {modules, [application, application_controller, application_master, @@ -120,6 +120,6 @@ {applications, []}, {env, [{error_logger, tty}]}, {mod, {kernel, []}}, - {runtime_dependencies, ["erts-9.1", "stdlib-3.0", "sasl-3.0"]} + {runtime_dependencies, ["erts-9.1", "stdlib-3.4", "sasl-3.0"]} ] }. diff --git a/bootstrap/lib/kernel/ebin/os.beam b/bootstrap/lib/kernel/ebin/os.beam index 0bc6403871..d782cae58d 100644 Binary files a/bootstrap/lib/kernel/ebin/os.beam and b/bootstrap/lib/kernel/ebin/os.beam differ diff --git a/bootstrap/lib/kernel/ebin/user.beam b/bootstrap/lib/kernel/ebin/user.beam index cf4e55254c..3270021a52 100644 Binary files a/bootstrap/lib/kernel/ebin/user.beam and b/bootstrap/lib/kernel/ebin/user.beam differ -- cgit v1.2.3