diff options
author | Björn Gustavsson <[email protected]> | 2015-01-16 09:21:50 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-01-16 09:22:05 +0100 |
commit | 50a92094372b45c9864afe3418b79605da549122 (patch) | |
tree | 422b6f4820ee861ca7b20a2965384e6d5377cda6 /bootstrap/lib/compiler/ebin/compiler.app | |
parent | 4c68e41041bb178905bff490f3f77f53fef7cc17 (diff) | |
download | otp-50a92094372b45c9864afe3418b79605da549122.tar.gz otp-50a92094372b45c9864afe3418b79605da549122.tar.bz2 otp-50a92094372b45c9864afe3418b79605da549122.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, |