diff options
author | Rickard Green <[email protected]> | 2017-03-10 15:05:35 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2017-03-10 15:06:31 +0100 |
commit | 72edea4a5eac85d72dce50a9f43a44aa1a844c12 (patch) | |
tree | 82bfa199178c1406f2a4691222f9889fb7f9f515 /bootstrap/lib/kernel/ebin | |
parent | 26c3cd82529836cb5b6eefbf7f92f318fd91f847 (diff) | |
download | otp-72edea4a5eac85d72dce50a9f43a44aa1a844c12.tar.gz otp-72edea4a5eac85d72dce50a9f43a44aa1a844c12.tar.bz2 otp-72edea4a5eac85d72dce50a9f43a44aa1a844c12.zip |
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/kernel/ebin')
-rw-r--r-- | bootstrap/lib/kernel/ebin/error_logger.beam | bin | 5932 -> 6004 bytes | |||
-rw-r--r-- | bootstrap/lib/kernel/ebin/file.beam | bin | 14456 -> 14476 bytes | |||
-rw-r--r-- | bootstrap/lib/kernel/ebin/heart.beam | bin | 5544 -> 5444 bytes | |||
-rw-r--r-- | bootstrap/lib/kernel/ebin/hipe_unified_loader.beam | bin | 13800 -> 13796 bytes | |||
-rw-r--r-- | bootstrap/lib/kernel/ebin/kernel.app | 2 | ||||
-rw-r--r-- | bootstrap/lib/kernel/ebin/kernel.appup | 8 | ||||
-rw-r--r-- | bootstrap/lib/kernel/ebin/os.beam | bin | 4308 -> 4304 bytes | |||
-rw-r--r-- | bootstrap/lib/kernel/ebin/rpc.beam | bin | 8132 -> 8176 bytes |
8 files changed, 5 insertions, 5 deletions
diff --git a/bootstrap/lib/kernel/ebin/error_logger.beam b/bootstrap/lib/kernel/ebin/error_logger.beam Binary files differindex 73ab813430..0bb657841c 100644 --- a/bootstrap/lib/kernel/ebin/error_logger.beam +++ b/bootstrap/lib/kernel/ebin/error_logger.beam diff --git a/bootstrap/lib/kernel/ebin/file.beam b/bootstrap/lib/kernel/ebin/file.beam Binary files differindex 28d72dfafc..7b2f0b48d0 100644 --- a/bootstrap/lib/kernel/ebin/file.beam +++ b/bootstrap/lib/kernel/ebin/file.beam diff --git a/bootstrap/lib/kernel/ebin/heart.beam b/bootstrap/lib/kernel/ebin/heart.beam Binary files differindex 2ab7ef9d9f..c0eaa5825d 100644 --- a/bootstrap/lib/kernel/ebin/heart.beam +++ b/bootstrap/lib/kernel/ebin/heart.beam diff --git a/bootstrap/lib/kernel/ebin/hipe_unified_loader.beam b/bootstrap/lib/kernel/ebin/hipe_unified_loader.beam Binary files differindex c8edaa58d1..fde99e2072 100644 --- a/bootstrap/lib/kernel/ebin/hipe_unified_loader.beam +++ b/bootstrap/lib/kernel/ebin/hipe_unified_loader.beam diff --git a/bootstrap/lib/kernel/ebin/kernel.app b/bootstrap/lib/kernel/ebin/kernel.app index 1c82da1c01..8e0622f72e 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.1"}, + {vsn, "5.1.1"}, {modules, [application, application_controller, application_master, diff --git a/bootstrap/lib/kernel/ebin/kernel.appup b/bootstrap/lib/kernel/ebin/kernel.appup index 28f35f54d2..f1a6f2dbe2 100644 --- a/bootstrap/lib/kernel/ebin/kernel.appup +++ b/bootstrap/lib/kernel/ebin/kernel.appup @@ -1,7 +1,7 @@ %% -*- erlang -*- %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1999-2016. All Rights Reserved. +%% Copyright Ericsson AB 1999-2017. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. @@ -16,11 +16,11 @@ %% limitations under the License. %% %% %CopyrightEnd% -{"5.1", +{"5.1.1", %% Up from - max one major revision back - [{<<"5\\.[0-1](\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-19.* + [{<<"5\\.[0-2](\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-19.* {<<"4\\.[0-2](\\.[0-9]+)*">>,[restart_new_emulator]}], % OTP-18.* %% Down to - max one major revision back - [{<<"5\\.[0-1](\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-19.* + [{<<"5\\.[0-2](\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-19.* {<<"4\\.[0-2](\\.[0-9]+)*">>,[restart_new_emulator]}] % OTP-18.* }. diff --git a/bootstrap/lib/kernel/ebin/os.beam b/bootstrap/lib/kernel/ebin/os.beam Binary files differindex f5f81c5838..24f0952c87 100644 --- a/bootstrap/lib/kernel/ebin/os.beam +++ b/bootstrap/lib/kernel/ebin/os.beam diff --git a/bootstrap/lib/kernel/ebin/rpc.beam b/bootstrap/lib/kernel/ebin/rpc.beam Binary files differindex 684d95afa0..798acfd4d4 100644 --- a/bootstrap/lib/kernel/ebin/rpc.beam +++ b/bootstrap/lib/kernel/ebin/rpc.beam |