diff options
author | Björn Gustavsson <[email protected]> | 2015-05-08 15:17:58 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-05-08 15:17:58 +0200 |
commit | dd270f166ca6a9af0ec1705888a1a14355be1aa0 (patch) | |
tree | acdd11cac95f6cdf973c4338da8b30554fd4dca6 /lib/compiler/src/compiler.app.src | |
parent | ce96ab6d64768cd6536011ccdecc08191c238220 (diff) | |
download | otp-dd270f166ca6a9af0ec1705888a1a14355be1aa0.tar.gz otp-dd270f166ca6a9af0ec1705888a1a14355be1aa0.tar.bz2 otp-dd270f166ca6a9af0ec1705888a1a14355be1aa0.zip |
Update runtime depencies for the compiler application
Diffstat (limited to 'lib/compiler/src/compiler.app.src')
-rw-r--r-- | lib/compiler/src/compiler.app.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/compiler/src/compiler.app.src b/lib/compiler/src/compiler.app.src index 2a40c1c379..17d1bd91ce 100644 --- a/lib/compiler/src/compiler.app.src +++ b/lib/compiler/src/compiler.app.src @@ -69,5 +69,5 @@ {registered, []}, {applications, [kernel, stdlib]}, {env, []}, - {runtime_dependencies, ["stdlib-2.0","kernel-3.0","hipe-3.10.3","erts-7.0", - "crypto-3.3"]}]}. + {runtime_dependencies, ["stdlib-2.5","kernel-4.0","hipe-3.12","erts-7.0", + "crypto-3.6"]}]}. |