diff options
author | Björn Gustavsson <[email protected]> | 2015-01-12 09:58:26 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-01-12 09:59:28 +0100 |
commit | f8c523df5caf97d5c46e9ad7b5008161b36f2c8d (patch) | |
tree | 7667cad0f8c5b62704085c3f029d40dd1ab779e9 /bootstrap/lib/compiler/ebin/compiler.app | |
parent | 90f9d6b8c6277f68c75d347aff60ecc44ca22dfe (diff) | |
download | otp-f8c523df5caf97d5c46e9ad7b5008161b36f2c8d.tar.gz otp-f8c523df5caf97d5c46e9ad7b5008161b36f2c8d.tar.bz2 otp-f8c523df5caf97d5c46e9ad7b5008161b36f2c8d.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 5f15db4437..ea1be86c83 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.2"}, + {vsn, "5.0.3"}, {modules, [ beam_a, beam_asm, |