diff options
author | Björn Gustavsson <[email protected]> | 2015-04-16 14:33:13 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-04-16 14:33:19 +0200 |
commit | 77484f2430133ec98ce0c63e037c3e3d183910be (patch) | |
tree | a1f8d2a33193b35b7c6a1141dc4a271be2d50c3a /bootstrap/lib/compiler/ebin/compiler.app | |
parent | 74e17586f417a595d8d6d2fac06e3c4cfd2a7812 (diff) | |
download | otp-77484f2430133ec98ce0c63e037c3e3d183910be.tar.gz otp-77484f2430133ec98ce0c63e037c3e3d183910be.tar.bz2 otp-77484f2430133ec98ce0c63e037c3e3d183910be.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 26e357a204..39635bd447 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.3"}, + {vsn, "5.0.4"}, {modules, [ beam_a, beam_asm, |