diff options
author | Björn-Egil Dahlberg <[email protected]> | 2014-10-03 18:23:04 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2014-10-03 18:23:20 +0200 |
commit | c9a57994e917d2aa21016915a542f920142f3d41 (patch) | |
tree | 076695df33342a3568eb34894bbe503d73681371 /bootstrap/lib/kernel | |
parent | 7f6030a49b0bc47aadba62a7382dc77dde3a7f87 (diff) | |
download | otp-c9a57994e917d2aa21016915a542f920142f3d41.tar.gz otp-c9a57994e917d2aa21016915a542f920142f3d41.tar.bz2 otp-c9a57994e917d2aa21016915a542f920142f3d41.zip |
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/kernel')
-rw-r--r-- | bootstrap/lib/kernel/ebin/hipe_unified_loader.beam | bin | 13508 -> 13516 bytes | |||
-rw-r--r-- | bootstrap/lib/kernel/ebin/inet_dns.beam | bin | 19812 -> 19768 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 b24c850af3..e6141fd7f1 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_dns.beam b/bootstrap/lib/kernel/ebin/inet_dns.beam Binary files differindex 9fd86024e0..41486bed9a 100644 --- a/bootstrap/lib/kernel/ebin/inet_dns.beam +++ b/bootstrap/lib/kernel/ebin/inet_dns.beam diff --git a/bootstrap/lib/kernel/ebin/kernel.app b/bootstrap/lib/kernel/ebin/kernel.app index e60b36e1e7..1b39f7df07 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, "3.0.2"}, + {vsn, "3.0.3"}, {modules, [application, application_controller, application_master, diff --git a/bootstrap/lib/kernel/ebin/kernel.appup b/bootstrap/lib/kernel/ebin/kernel.appup index 7640fd5987..02cf129b42 100644 --- a/bootstrap/lib/kernel/ebin/kernel.appup +++ b/bootstrap/lib/kernel/ebin/kernel.appup @@ -15,7 +15,7 @@ %% under the License. %% %% %CopyrightEnd% -{"3.0.2", +{"3.0.3", %% Up from - max one major revision back [{<<"3\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}], % OTP-17 %% Down to - max one major revision back |