diff options
author | Björn Gustavsson <bjorn@erlang.org> | 2013-02-04 13:57:11 +0100 |
---|---|---|
committer | Björn Gustavsson <bjorn@erlang.org> | 2013-02-04 13:57:49 +0100 |
commit | dc6c6f1d556e4e51ce8d7d1f3f1b5062fdd6e144 (patch) | |
tree | 5b4662f8954db3b3697e0baafc0a8c41d3df1629 /bootstrap/lib/compiler/ebin/compiler.app | |
parent | 9e6d8c20c73e99b67d2b8770913c04bc0135fe68 (diff) | |
download | erlang-dc6c6f1d556e4e51ce8d7d1f3f1b5062fdd6e144.tar.gz |
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 b6d060167e..e3ff9ac11e 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.8.2"}, + {vsn, "4.9"}, {modules, [ beam_a, beam_asm, |