diff options
author | Björn Gustavsson <[email protected]> | 2015-06-04 10:35:12 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-06-04 10:35:20 +0200 |
commit | e99daf3212fbc381074e5be229465e9b6269e204 (patch) | |
tree | 2619eabe5a6ff0ec493bd5599dc5cb6125af3467 /bootstrap/lib/stdlib/ebin/stdlib.app | |
parent | cde38f0e4e81081e0333184e689f8b565d41af83 (diff) | |
download | otp-e99daf3212fbc381074e5be229465e9b6269e204.tar.gz otp-e99daf3212fbc381074e5be229465e9b6269e204.tar.bz2 otp-e99daf3212fbc381074e5be229465e9b6269e204.zip |
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/stdlib/ebin/stdlib.app')
-rw-r--r-- | bootstrap/lib/stdlib/ebin/stdlib.app | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/lib/stdlib/ebin/stdlib.app b/bootstrap/lib/stdlib/ebin/stdlib.app index 92ecc16b4c..6e830917ad 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.4"}, + {vsn, "2.5"}, {modules, [array, base64, beam_lib, |