aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/lib/stdlib/ebin/stdlib.app
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2014-09-01 12:53:35 +0200
committerBjörn Gustavsson <[email protected]>2014-09-01 12:55:13 +0200
commita86003309753591911b68e8bc11ae94d631abb24 (patch)
tree4bd8528a5a2cd38864b12e553d8ff8a637f5e4d7 /bootstrap/lib/stdlib/ebin/stdlib.app
parentcf81042fd3c02417575cabf4c6efb8fcafaf65d8 (diff)
downloadotp-a86003309753591911b68e8bc11ae94d631abb24.tar.gz
otp-a86003309753591911b68e8bc11ae94d631abb24.tar.bz2
otp-a86003309753591911b68e8bc11ae94d631abb24.zip
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/stdlib/ebin/stdlib.app')
-rw-r--r--bootstrap/lib/stdlib/ebin/stdlib.app4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/lib/stdlib/ebin/stdlib.app b/bootstrap/lib/stdlib/ebin/stdlib.app
index 1d255fb2c8..8cbf23e958 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,
@@ -103,7 +103,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"]}
]}.