diff options
author | Björn Gustavsson <[email protected]> | 2014-09-01 12:53:35 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2014-09-01 12:55:13 +0200 |
commit | a86003309753591911b68e8bc11ae94d631abb24 (patch) | |
tree | 4bd8528a5a2cd38864b12e553d8ff8a637f5e4d7 /bootstrap/lib/compiler/ebin/compiler.app | |
parent | cf81042fd3c02417575cabf4c6efb8fcafaf65d8 (diff) | |
download | otp-a86003309753591911b68e8bc11ae94d631abb24.tar.gz otp-a86003309753591911b68e8bc11ae94d631abb24.tar.bz2 otp-a86003309753591911b68e8bc11ae94d631abb24.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, |