diff options
author | Magnus Lidén <[email protected]> | 2013-09-13 15:27:04 +0200 |
---|---|---|
committer | Magnus Lidén <[email protected]> | 2013-09-13 15:27:04 +0200 |
commit | 1217d4cf00564873f88756bd0cc15ef30683b083 (patch) | |
tree | 545e7da9746d3ef66acfa66711fa47953bedf489 /bootstrap/lib/stdlib | |
parent | 3d0e18dcecd47d62e3fac2cd68d45389ea8e9854 (diff) | |
download | otp-1217d4cf00564873f88756bd0cc15ef30683b083.tar.gz otp-1217d4cf00564873f88756bd0cc15ef30683b083.tar.bz2 otp-1217d4cf00564873f88756bd0cc15ef30683b083.zip |
Update primary bootstrap app- and appup files
Diffstat (limited to 'bootstrap/lib/stdlib')
-rw-r--r-- | bootstrap/lib/stdlib/ebin/stdlib.app | 2 | ||||
-rw-r--r-- | bootstrap/lib/stdlib/ebin/stdlib.appup | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/lib/stdlib/ebin/stdlib.app b/bootstrap/lib/stdlib/ebin/stdlib.app index cdd168d4cc..71a54a7401 100644 --- a/bootstrap/lib/stdlib/ebin/stdlib.app +++ b/bootstrap/lib/stdlib/ebin/stdlib.app @@ -19,7 +19,7 @@ %% {application, stdlib, [{description, "ERTS CXC 138 10"}, - {vsn, "1.19.2"}, + {vsn, "1.19.3"}, {modules, [array, base64, beam_lib, diff --git a/bootstrap/lib/stdlib/ebin/stdlib.appup b/bootstrap/lib/stdlib/ebin/stdlib.appup index 382b0438c0..305deb04bf 100644 --- a/bootstrap/lib/stdlib/ebin/stdlib.appup +++ b/bootstrap/lib/stdlib/ebin/stdlib.appup @@ -15,7 +15,7 @@ %% under the License. %% %% %CopyrightEnd% -{"1.19.2", +{"1.19.3", %% Up from - max two major revisions back [{<<"1\\.19(\\.[0-9]+)*">>,[restart_new_emulator]}, %% R16 {<<"1\\.18(\\.[0-9]+)*">>,[restart_new_emulator]}, %% R15 |