diff options
author | Björn Gustavsson <[email protected]> | 2015-12-17 07:36:26 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-12-17 07:36:58 +0100 |
commit | 0e35294cfc820828295a65511c5e4a62e03a6452 (patch) | |
tree | c319ece71538fd387f6415d7e65a360a215b07e5 /bootstrap/lib/stdlib/ebin/stdlib.app | |
parent | a8714487f0856e728e4d2c324118425f07e55736 (diff) | |
download | otp-0e35294cfc820828295a65511c5e4a62e03a6452.tar.gz otp-0e35294cfc820828295a65511c5e4a62e03a6452.tar.bz2 otp-0e35294cfc820828295a65511c5e4a62e03a6452.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 7a76bc0ff1..3e166b2b4b 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, "2.6"}, + {vsn, "2.7"}, {modules, [array, base64, beam_lib, |