summaryrefslogtreecommitdiff
path: root/lib/reltool/src/reltool.app.src
diff options
context:
space:
mode:
Diffstat (limited to 'lib/reltool/src/reltool.app.src')
-rw-r--r--lib/reltool/src/reltool.app.src8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/reltool/src/reltool.app.src b/lib/reltool/src/reltool.app.src
index dc85464750..421ca01ea3 100644
--- a/lib/reltool/src/reltool.app.src
+++ b/lib/reltool/src/reltool.app.src
@@ -2,7 +2,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2009-2018. All Rights Reserved.
+%% Copyright Ericsson AB 2009-2023. All Rights Reserved.
%%
%% Licensed under the Apache License, Version 2.0 (the "License");
%% you may not use this file except in compliance with the License.
@@ -36,6 +36,8 @@
{registered, []},
{applications, [stdlib, kernel]},
{env, []},
- {runtime_dependencies, ["wx-1.2","tools-2.6.14","stdlib-3.4","sasl-2.4",
- "kernel-3.0","erts-7.0"]}
+ {runtime_dependencies,
+ ["wx-@OTP-18350@","tools-2.6.14",
+ "stdlib-@OTP-18490@","stdlib-@OTP-18350@","sasl-@OTP-18350@",
+ "kernel-@OTP-18350@","erts-@OTP-18350@"]}
]}.