diff options
author | Björn-Egil Dahlberg <[email protected]> | 2011-03-11 15:30:45 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2011-03-11 15:30:45 +0100 |
commit | 180e63e5c26de4dec25ea9c22bfbd5a7a2bb7e69 (patch) | |
tree | 332f36d7c9d674822f81ebeed6071a094da3556f /bootstrap/lib/compiler/ebin/compiler.app | |
parent | 56d53600fa408834d957d1fbc1de0a58ee14d69c (diff) | |
download | otp-180e63e5c26de4dec25ea9c22bfbd5a7a2bb7e69.tar.gz otp-180e63e5c26de4dec25ea9c22bfbd5a7a2bb7e69.tar.bz2 otp-180e63e5c26de4dec25ea9c22bfbd5a7a2bb7e69.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 3fd5add16b..9644285c23 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.7.1"}, + {vsn, "4.7.2"}, {modules, [ beam_asm, beam_block, |