Skip to content

Commit

Permalink
Update primary bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorng committed Mar 21, 2016
1 parent 181c4e0 commit 41d2939
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
Binary file modified bootstrap/bin/start.boot
Binary file not shown.
Binary file modified bootstrap/bin/start_clean.boot
Binary file not shown.
Binary file modified bootstrap/lib/compiler/ebin/beam_asm.beam
Binary file not shown.
Binary file modified bootstrap/lib/compiler/ebin/compile.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, "6.0.2"},
{vsn, "6.0.3"},
{modules, [
beam_a,
beam_asm,
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/lib/compiler/ebin/compiler.appup
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
%% limitations under the License.
%%
%% %CopyrightEnd%
{"6.0.2",
{"6.0.3",
[{<<".*">>,[{restart_application, compiler}]}],
[{<<".*">>,[{restart_application, compiler}]}]
}.
Binary file modified bootstrap/lib/kernel/ebin/code_server.beam
Binary file not shown.
Binary file modified bootstrap/lib/kernel/ebin/erl_distribution.beam
Binary file not shown.
Binary file modified bootstrap/lib/kernel/ebin/hipe_unified_loader.beam
Binary file not shown.
4 changes: 2 additions & 2 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, "4.1.1"},
{vsn, "4.2"},
{modules, [application,
application_controller,
application_master,
Expand Down Expand Up @@ -116,6 +116,6 @@
{applications, []},
{env, [{error_logger, tty}]},
{mod, {kernel, []}},
{runtime_dependencies, ["erts-7.3", "stdlib-2.6", "sasl-2.6"]}
{runtime_dependencies, ["erts-8.0", "stdlib-2.6", "sasl-2.6"]}
]
}.
10 changes: 5 additions & 5 deletions bootstrap/lib/kernel/ebin/kernel.appup
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
%% limitations under the License.
%%
%% %CopyrightEnd%
{"4.1.1",
{"4.2",
%% Up from - max one major revision back
[{<<"4\\.[0-1](\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-18.*
{<<"3\\.[0-2](\\.[0-9]+)*">>,[restart_new_emulator]}], % OTP-17
[{<<"5\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-19.*
{<<"4\\.[0-2](\\.[0-9]+)*">>,[restart_new_emulator]}], % OTP-18.*
%% Down to - max one major revision back
[{<<"4\\.[0-1](\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-18.*
{<<"3\\.[0-2](\\.[0-9]+)*">>,[restart_new_emulator]}] % OTP-17
[{<<"5\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-19.*
{<<"4\\.[0-2](\\.[0-9]+)*">>,[restart_new_emulator]}] % OTP-18.*
}.
Binary file modified bootstrap/lib/kernel/ebin/net_kernel.beam
Binary file not shown.
Binary file modified bootstrap/lib/kernel/ebin/rpc.beam
Binary file not shown.
2 changes: 1 addition & 1 deletion 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, "2.7"},
{vsn, "2.8"},
{modules, [array,
base64,
beam_lib,
Expand Down
10 changes: 5 additions & 5 deletions bootstrap/lib/stdlib/ebin/stdlib.appup
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
%% limitations under the License.
%%
%% %CopyrightEnd%
{"2.7",
{"2.8",
%% Up from - max one major revision back
[{<<"2\\.[5-7](\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-18.*
{<<"2\\.[0-4](\\.[0-9]+)*">>,[restart_new_emulator]}], % 17.0-17.5
[{<<"3\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-19.*
{<<"2\\.[5-8](\\.[0-9]+)*">>,[restart_new_emulator]}], % OTP-18.*
%% Down to - max one major revision back
[{<<"2\\.[5-7](\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-18.*
{<<"2\\.[0-4](\\.[0-9]+)*">>,[restart_new_emulator]}] % 17.0-17.5
[{<<"3\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-19.*
{<<"2\\.[5-8](\\.[0-9]+)*">>,[restart_new_emulator]}] % OTP-18.*
}.

0 comments on commit 41d2939

Please sign in to comment.