diff options
author | Björn Gustavsson <[email protected]> | 2016-09-02 14:17:31 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2016-09-02 14:17:37 +0200 |
commit | 0e7c0d4eb8dd8f6f9a9ee377fa886edbae0b1627 (patch) | |
tree | fd398288b2cf66d44375716ac2d94fc98afd1069 /bootstrap/lib/stdlib/ebin/stdlib.app | |
parent | 61b53af84200b52a5b91c4266e91ebc6ba0173ee (diff) | |
download | otp-0e7c0d4eb8dd8f6f9a9ee377fa886edbae0b1627.tar.gz otp-0e7c0d4eb8dd8f6f9a9ee377fa886edbae0b1627.tar.bz2 otp-0e7c0d4eb8dd8f6f9a9ee377fa886edbae0b1627.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 81b30526ab..3172169b30 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.0.1"}, + {vsn, "3.1"}, {modules, [array, base64, beam_lib, |