diff options
author | Björn Gustavsson <[email protected]> | 2016-03-21 14:14:28 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2016-03-21 14:14:40 +0100 |
commit | 41d29391df8857a9645bd5b5889f5db5f5a7529c (patch) | |
tree | a1bf2f1c45085eb2f0140c26005a2e4141e5cb10 /bootstrap/lib/compiler | |
parent | 181c4e084b0be39a9dbef5c83b3056f5079ff144 (diff) | |
download | otp-41d29391df8857a9645bd5b5889f5db5f5a7529c.tar.gz otp-41d29391df8857a9645bd5b5889f5db5f5a7529c.tar.bz2 otp-41d29391df8857a9645bd5b5889f5db5f5a7529c.zip |
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/compiler')
-rw-r--r-- | bootstrap/lib/compiler/ebin/beam_asm.beam | bin | 11524 -> 11524 bytes | |||
-rw-r--r-- | bootstrap/lib/compiler/ebin/compile.beam | bin | 38704 -> 38916 bytes | |||
-rw-r--r-- | bootstrap/lib/compiler/ebin/compiler.app | 2 | ||||
-rw-r--r-- | bootstrap/lib/compiler/ebin/compiler.appup | 2 |
4 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/lib/compiler/ebin/beam_asm.beam b/bootstrap/lib/compiler/ebin/beam_asm.beam Binary files differindex ae57c8dd6b..a8750ba3d5 100644 --- a/bootstrap/lib/compiler/ebin/beam_asm.beam +++ b/bootstrap/lib/compiler/ebin/beam_asm.beam diff --git a/bootstrap/lib/compiler/ebin/compile.beam b/bootstrap/lib/compiler/ebin/compile.beam Binary files differindex 5234f98a75..5ecc1ce824 100644 --- a/bootstrap/lib/compiler/ebin/compile.beam +++ b/bootstrap/lib/compiler/ebin/compile.beam diff --git a/bootstrap/lib/compiler/ebin/compiler.app b/bootstrap/lib/compiler/ebin/compiler.app index 37a6ce4acb..c5ec501890 100644 --- a/bootstrap/lib/compiler/ebin/compiler.app +++ b/bootstrap/lib/compiler/ebin/compiler.app @@ -19,7 +19,7 @@ {application, compiler, [{description, "ERTS CXC 138 10"}, - {vsn, "6.0.2"}, + {vsn, "6.0.3"}, {modules, [ beam_a, beam_asm, diff --git a/bootstrap/lib/compiler/ebin/compiler.appup b/bootstrap/lib/compiler/ebin/compiler.appup index ceb96264d5..0cdf00818d 100644 --- a/bootstrap/lib/compiler/ebin/compiler.appup +++ b/bootstrap/lib/compiler/ebin/compiler.appup @@ -16,7 +16,7 @@ %% limitations under the License. %% %% %CopyrightEnd% -{"6.0.2", +{"6.0.3", [{<<".*">>,[{restart_application, compiler}]}], [{<<".*">>,[{restart_application, compiler}]}] }. |