diff options
author | Björn Gustavsson <[email protected]> | 2015-12-17 07:36:26 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-12-17 07:36:58 +0100 |
commit | 0e35294cfc820828295a65511c5e4a62e03a6452 (patch) | |
tree | c319ece71538fd387f6415d7e65a360a215b07e5 /bootstrap/lib/compiler/ebin | |
parent | a8714487f0856e728e4d2c324118425f07e55736 (diff) | |
download | otp-0e35294cfc820828295a65511c5e4a62e03a6452.tar.gz otp-0e35294cfc820828295a65511c5e4a62e03a6452.tar.bz2 otp-0e35294cfc820828295a65511c5e4a62e03a6452.zip |
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/compiler/ebin')
-rw-r--r-- | bootstrap/lib/compiler/ebin/beam_asm.beam | bin | 11524 -> 11524 bytes | |||
-rw-r--r-- | bootstrap/lib/compiler/ebin/compiler.app | 2 | ||||
-rw-r--r-- | bootstrap/lib/compiler/ebin/compiler.appup | 2 |
3 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 0e05b1474a..ae57c8dd6b 100644 --- a/bootstrap/lib/compiler/ebin/beam_asm.beam +++ b/bootstrap/lib/compiler/ebin/beam_asm.beam diff --git a/bootstrap/lib/compiler/ebin/compiler.app b/bootstrap/lib/compiler/ebin/compiler.app index d31b449f72..37a6ce4acb 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.1"}, + {vsn, "6.0.2"}, {modules, [ beam_a, beam_asm, diff --git a/bootstrap/lib/compiler/ebin/compiler.appup b/bootstrap/lib/compiler/ebin/compiler.appup index 1ff223434a..ceb96264d5 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.1", +{"6.0.2", [{<<".*">>,[{restart_application, compiler}]}], [{<<".*">>,[{restart_application, compiler}]}] }. |