diff options
author | Björn-Egil Dahlberg <[email protected]> | 2014-10-03 18:23:04 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2014-10-03 18:23:20 +0200 |
commit | c9a57994e917d2aa21016915a542f920142f3d41 (patch) | |
tree | 076695df33342a3568eb34894bbe503d73681371 /bootstrap/lib/stdlib/ebin/stdlib.app | |
parent | 7f6030a49b0bc47aadba62a7382dc77dde3a7f87 (diff) | |
download | otp-c9a57994e917d2aa21016915a542f920142f3d41.tar.gz otp-c9a57994e917d2aa21016915a542f920142f3d41.tar.bz2 otp-c9a57994e917d2aa21016915a542f920142f3d41.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 e2bccfd57f..968f2e4d2f 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.1.1"}, + {vsn, "2.2"}, {modules, [array, base64, beam_lib, |