diff options
author | Björn Gustavsson <[email protected]> | 2014-09-01 13:13:06 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2014-09-01 13:13:11 +0200 |
commit | 2eb59a61713bbceae3bd8d05ea11b394c5671f3f (patch) | |
tree | 1e65046b5b76aa79c647e47ba40fa3d4a3a92013 /bootstrap/lib/stdlib/ebin/stdlib.app | |
parent | 71194f856f0842a70fd22f3771fb88f7d3c8f0c9 (diff) | |
parent | a86003309753591911b68e8bc11ae94d631abb24 (diff) | |
download | otp-2eb59a61713bbceae3bd8d05ea11b394c5671f3f.tar.gz otp-2eb59a61713bbceae3bd8d05ea11b394c5671f3f.tar.bz2 otp-2eb59a61713bbceae3bd8d05ea11b394c5671f3f.zip |
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/stdlib/ebin/stdlib.app')
-rw-r--r-- | bootstrap/lib/stdlib/ebin/stdlib.app | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/lib/stdlib/ebin/stdlib.app b/bootstrap/lib/stdlib/ebin/stdlib.app index 8b349c8122..e2bccfd57f 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, "2.0"}, + {vsn, "2.1.1"}, {modules, [array, base64, beam_lib, @@ -102,7 +102,7 @@ dets]}, {applications, [kernel]}, {env, []}, - {runtime_dependencies, ["sasl-2.4","kernel-3.0","erts-6.0","crypto-3.3", + {runtime_dependencies, ["sasl-2.4","kernel-3.0.2","erts-6.2","crypto-3.3", "compiler-5.0"]} ]}. |