diff options
author | Björn Gustavsson <[email protected]> | 2017-01-13 12:11:27 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-01-13 12:11:33 +0100 |
commit | 6c7539b0e39996f870385e5276e08c0dd98b6eb8 (patch) | |
tree | 13ab255883df0ed1e3bd5e25349bf84187bfc621 /bootstrap/lib/stdlib/ebin/stdlib.app | |
parent | fa208870c24b7b3cddf3ac0317371b419d1a08d8 (diff) | |
download | otp-6c7539b0e39996f870385e5276e08c0dd98b6eb8.tar.gz otp-6c7539b0e39996f870385e5276e08c0dd98b6eb8.tar.bz2 otp-6c7539b0e39996f870385e5276e08c0dd98b6eb8.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 916b7a0483..371ba299f0 100644 --- a/bootstrap/lib/stdlib/ebin/stdlib.app +++ b/bootstrap/lib/stdlib/ebin/stdlib.app @@ -20,7 +20,7 @@ %% {application, stdlib, [{description, "ERTS CXC 138 10"}, - {vsn, "3.1"}, + {vsn, "3.2"}, {modules, [array, base64, beam_lib, |