diff options
author | Björn Gustavsson <[email protected]> | 2014-09-01 13:13:06 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2014-09-01 13:13:11 +0200 |
commit | 2eb59a61713bbceae3bd8d05ea11b394c5671f3f (patch) | |
tree | 1e65046b5b76aa79c647e47ba40fa3d4a3a92013 /bootstrap/lib/compiler/ebin/compiler.app | |
parent | 71194f856f0842a70fd22f3771fb88f7d3c8f0c9 (diff) | |
parent | a86003309753591911b68e8bc11ae94d631abb24 (diff) | |
download | otp-2eb59a61713bbceae3bd8d05ea11b394c5671f3f.tar.gz otp-2eb59a61713bbceae3bd8d05ea11b394c5671f3f.tar.bz2 otp-2eb59a61713bbceae3bd8d05ea11b394c5671f3f.zip |
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/compiler/ebin/compiler.app')
-rw-r--r-- | bootstrap/lib/compiler/ebin/compiler.app | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/lib/compiler/ebin/compiler.app b/bootstrap/lib/compiler/ebin/compiler.app index f415965277..f12713417f 100644 --- a/bootstrap/lib/compiler/ebin/compiler.app +++ b/bootstrap/lib/compiler/ebin/compiler.app @@ -18,7 +18,7 @@ {application, compiler, [{description, "ERTS CXC 138 10"}, - {vsn, "5.0"}, + {vsn, "5.0.1"}, {modules, [ beam_a, beam_asm, |