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/compiler/ebin/compiler.app | |
parent | 7f6030a49b0bc47aadba62a7382dc77dde3a7f87 (diff) | |
download | otp-c9a57994e917d2aa21016915a542f920142f3d41.tar.gz otp-c9a57994e917d2aa21016915a542f920142f3d41.tar.bz2 otp-c9a57994e917d2aa21016915a542f920142f3d41.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, |