diff options
author | Björn Gustavsson <[email protected]> | 2011-08-25 11:38:20 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-08-25 11:38:20 +0200 |
commit | bb92a8ee06841754910150d8ec05b2022a9fbe94 (patch) | |
tree | 76700512b2666c01dc99cc87ca1f78312897b4cd /bootstrap/lib/compiler/ebin/compiler.app | |
parent | 142700357d3c76aa4c916f0cd5f915a947cbf94c (diff) | |
download | otp-bb92a8ee06841754910150d8ec05b2022a9fbe94.tar.gz otp-bb92a8ee06841754910150d8ec05b2022a9fbe94.tar.bz2 otp-bb92a8ee06841754910150d8ec05b2022a9fbe94.zip |
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/compiler/ebin/compiler.app')
-rw-r--r-- | bootstrap/lib/compiler/ebin/compiler.app | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/lib/compiler/ebin/compiler.app b/bootstrap/lib/compiler/ebin/compiler.app index fffb64c3a0..6c16ac7589 100644 --- a/bootstrap/lib/compiler/ebin/compiler.app +++ b/bootstrap/lib/compiler/ebin/compiler.app @@ -1,7 +1,7 @@ % This is an -*- erlang -*- file. %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1997-2011. All Rights Reserved. +%% Copyright Ericsson AB 1997-2010. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -18,7 +18,7 @@ {application, compiler, [{description, "ERTS CXC 138 10"}, - {vsn, "4.7.3"}, + {vsn, "4.7.4"}, {modules, [ beam_asm, beam_block, |