diff options
author | Lars Thorsen <[email protected]> | 2016-03-10 15:07:11 +0100 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2016-03-10 15:08:33 +0100 |
commit | 0f28ba80a39a4e0e6078a8069eb850a31cb8f93d (patch) | |
tree | 789d0b0b4450c0433e0f2c858fb50cc6c860decb /bootstrap/lib/compiler/ebin/compiler.app | |
parent | e3e55881b15757e15ea1995b0f8dbfd305f9e89d (diff) | |
download | otp-0f28ba80a39a4e0e6078a8069eb850a31cb8f93d.tar.gz otp-0f28ba80a39a4e0e6078a8069eb850a31cb8f93d.tar.bz2 otp-0f28ba80a39a4e0e6078a8069eb850a31cb8f93d.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 d3b2296ea4..4dd52e31bf 100644 --- a/bootstrap/lib/compiler/ebin/compiler.app +++ b/bootstrap/lib/compiler/ebin/compiler.app @@ -19,7 +19,7 @@ {application, compiler, [{description, "ERTS CXC 138 10"}, - {vsn, "6.0"}, + {vsn, "6.0.2"}, {modules, [ beam_a, beam_asm, |