diff options
author | Björn Gustavsson <[email protected]> | 2013-02-04 13:57:11 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-02-04 13:57:49 +0100 |
commit | dc6c6f1d556e4e51ce8d7d1f3f1b5062fdd6e144 (patch) | |
tree | 5b4662f8954db3b3697e0baafc0a8c41d3df1629 /bootstrap/lib/kernel/ebin | |
parent | 9e6d8c20c73e99b67d2b8770913c04bc0135fe68 (diff) | |
download | otp-dc6c6f1d556e4e51ce8d7d1f3f1b5062fdd6e144.tar.gz otp-dc6c6f1d556e4e51ce8d7d1f3f1b5062fdd6e144.tar.bz2 otp-dc6c6f1d556e4e51ce8d7d1f3f1b5062fdd6e144.zip |
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/kernel/ebin')
-rw-r--r-- | bootstrap/lib/kernel/ebin/hipe_unified_loader.beam | bin | 12716 -> 12712 bytes | |||
-rw-r--r-- | bootstrap/lib/kernel/ebin/inet_db.beam | bin | 26408 -> 26416 bytes | |||
-rw-r--r-- | bootstrap/lib/kernel/ebin/kernel.app | 2 | ||||
-rw-r--r-- | bootstrap/lib/kernel/ebin/kernel.appup | 2 |
4 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/lib/kernel/ebin/hipe_unified_loader.beam b/bootstrap/lib/kernel/ebin/hipe_unified_loader.beam Binary files differindex 5b41832dec..5871d1c149 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/inet_db.beam b/bootstrap/lib/kernel/ebin/inet_db.beam Binary files differindex 4fd0b25503..0e05cfd7a5 100644 --- a/bootstrap/lib/kernel/ebin/inet_db.beam +++ b/bootstrap/lib/kernel/ebin/inet_db.beam diff --git a/bootstrap/lib/kernel/ebin/kernel.app b/bootstrap/lib/kernel/ebin/kernel.app index c6f75faea9..ab1ae605b6 100644 --- a/bootstrap/lib/kernel/ebin/kernel.app +++ b/bootstrap/lib/kernel/ebin/kernel.app @@ -21,7 +21,7 @@ {application, kernel, [ {description, "ERTS CXC 138 10"}, - {vsn, "2.16"}, + {vsn, "2.16.1"}, {modules, [application, application_controller, application_master, diff --git a/bootstrap/lib/kernel/ebin/kernel.appup b/bootstrap/lib/kernel/ebin/kernel.appup index b534b736be..5a6be8c68e 100644 --- a/bootstrap/lib/kernel/ebin/kernel.appup +++ b/bootstrap/lib/kernel/ebin/kernel.appup @@ -15,7 +15,7 @@ %% under the License. %% %% %CopyrightEnd% -{"2.16", +{"2.16.1", %% Up from - max two major revisions back [{<<"2\\.16(\\.[0-9]+)*">>,[restart_new_emulator]}, %% R16 {<<"2\\.15(\\.[0-9]+)*">>,[restart_new_emulator]}, %% R15 |