diff options
author | Björn Gustavsson <[email protected]> | 2019-02-20 10:05:07 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2019-02-20 10:05:15 +0100 |
commit | 6c4149f24b56d11636483022e9a35838747ef643 (patch) | |
tree | af662f43d0daf5c7298dd1d961599d7a97e7dae4 /bootstrap/lib/stdlib | |
parent | 68fd17a4458b66a8a61e41b69dab55e707507fac (diff) | |
download | otp-6c4149f24b56d11636483022e9a35838747ef643.tar.gz otp-6c4149f24b56d11636483022e9a35838747ef643.tar.bz2 otp-6c4149f24b56d11636483022e9a35838747ef643.zip |
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/stdlib')
-rw-r--r-- | bootstrap/lib/stdlib/ebin/dets.beam | bin | 45288 -> 45288 bytes | |||
-rw-r--r-- | bootstrap/lib/stdlib/ebin/dets_v9.beam | bin | 45328 -> 45328 bytes | |||
-rw-r--r-- | bootstrap/lib/stdlib/ebin/erl_lint.beam | bin | 86136 -> 86128 bytes | |||
-rw-r--r-- | bootstrap/lib/stdlib/ebin/stdlib.app | 2 |
4 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/lib/stdlib/ebin/dets.beam b/bootstrap/lib/stdlib/ebin/dets.beam Binary files differindex b41710ef9d..2bd015a074 100644 --- a/bootstrap/lib/stdlib/ebin/dets.beam +++ b/bootstrap/lib/stdlib/ebin/dets.beam diff --git a/bootstrap/lib/stdlib/ebin/dets_v9.beam b/bootstrap/lib/stdlib/ebin/dets_v9.beam Binary files differindex f41cb91d67..6c0b4aa11b 100644 --- a/bootstrap/lib/stdlib/ebin/dets_v9.beam +++ b/bootstrap/lib/stdlib/ebin/dets_v9.beam diff --git a/bootstrap/lib/stdlib/ebin/erl_lint.beam b/bootstrap/lib/stdlib/ebin/erl_lint.beam Binary files differindex ff0b6a9394..8c46e08d60 100644 --- a/bootstrap/lib/stdlib/ebin/erl_lint.beam +++ b/bootstrap/lib/stdlib/ebin/erl_lint.beam diff --git a/bootstrap/lib/stdlib/ebin/stdlib.app b/bootstrap/lib/stdlib/ebin/stdlib.app index 13f2b63e93..2bb0b06f12 100644 --- a/bootstrap/lib/stdlib/ebin/stdlib.app +++ b/bootstrap/lib/stdlib/ebin/stdlib.app @@ -20,7 +20,7 @@ %% {application, stdlib, [{description, "ERTS CXC 138 10"}, - {vsn, "3.7"}, + {vsn, "3.7.1"}, {modules, [array, base64, beam_lib, |