diff options
author | Marcus Arendt <[email protected]> | 2014-12-09 14:47:26 +0100 |
---|---|---|
committer | Marcus Arendt <[email protected]> | 2014-12-09 15:03:04 +0100 |
commit | 0f24b9d570322eefdf47fd57c07eb67078f5871a (patch) | |
tree | c14e849e1e18b829cdb8a845fbde799c48a3af6a /bootstrap/lib/compiler/ebin/compiler.app | |
parent | f8006fa8e7f0a1897aabda7be2839011c957a4f5 (diff) | |
download | otp-0f24b9d570322eefdf47fd57c07eb67078f5871a.tar.gz otp-0f24b9d570322eefdf47fd57c07eb67078f5871a.tar.bz2 otp-0f24b9d570322eefdf47fd57c07eb67078f5871a.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 f12713417f..5f15db4437 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.1"}, + {vsn, "5.0.2"}, {modules, [ beam_a, beam_asm, |