diff options
author | Björn Gustavsson <[email protected]> | 2009-12-11 09:44:32 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2009-12-11 09:44:32 +0000 |
commit | c4bc6f73b2725c124ae4f15050027b1834953ab9 (patch) | |
tree | c9f2c7fd057fc17491bdf76500216fc235e26fde /bootstrap/lib/compiler/ebin/compiler.app | |
parent | a4d5f63b767793d33c06901760c0f35143ac6574 (diff) | |
download | otp-c4bc6f73b2725c124ae4f15050027b1834953ab9.tar.gz otp-c4bc6f73b2725c124ae4f15050027b1834953ab9.tar.bz2 otp-c4bc6f73b2725c124ae4f15050027b1834953ab9.zip |
Update bootstrap compiler
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 3d32ec6954..d5e7956176 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, "4.6.3"}, + {vsn, "4.6.4"}, {modules, [ beam_asm, beam_block, |