diff options
author | Björn Gustavsson <[email protected]> | 2013-03-19 15:13:21 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-03-19 15:13:33 +0100 |
commit | da0355042254d98a06acddbf7361bd0f0f4b4f7f (patch) | |
tree | ba7d9012032bf4a287359d3d9df28a407fafed52 /bootstrap/lib/compiler/ebin/compiler.app | |
parent | 6796e1e23ec1c03ed704b0e5d476797b5b5e985a (diff) | |
download | otp-da0355042254d98a06acddbf7361bd0f0f4b4f7f.tar.gz otp-da0355042254d98a06acddbf7361bd0f0f4b4f7f.tar.bz2 otp-da0355042254d98a06acddbf7361bd0f0f4b4f7f.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 e3ff9ac11e..19ad28915a 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.9"}, + {vsn, "4.9.1"}, {modules, [ beam_a, beam_asm, |