diff options
author | Erlang/OTP <otp@erlang.org> | 2022-04-11 15:15:13 +0200 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2022-04-11 15:15:13 +0200 |
commit | a2c8df222e6d02fa518d5d6cbbea75a9dd720d30 (patch) | |
tree | 26beeda3b3b95d359b5cb2f2d545fedddc8e7133 /lib/compiler/src/compiler.app.src | |
parent | 54332a7919f3188532d72bc4344cc6425424975c (diff) | |
download | erlang-a2c8df222e6d02fa518d5d6cbbea75a9dd720d30.tar.gz |
Prepare release
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 345f81aa3a..b55d6687a4 100644 --- a/lib/compiler/src/compiler.app.src +++ b/lib/compiler/src/compiler.app.src @@ -81,5 +81,5 @@ {registered, []}, {applications, [kernel, stdlib]}, {env, []}, - {runtime_dependencies, ["stdlib-@OTP-17742@","kernel-@OTP-17742@","erts-@OTP-17742@", - "crypto-@OTP-17742@"]}]}. + {runtime_dependencies, ["stdlib-4.0","kernel-8.4","erts-13.0", + "crypto-5.1"]}]}. |