aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sasl
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2015-09-21 09:49:56 +0200
committerHans Bolinder <[email protected]>2015-09-21 09:49:56 +0200
commit41dbb04aa2f88192d6aa2d55fd7ea82a9f07c0f8 (patch)
treee8835c5b05ff9a1989d08715bfb8c3ff8e48a16f /lib/sasl
parent8a84e8ec16df01fcd37e61f2cf22c4b17178507a (diff)
parent1d3e719905f29dfa6a87b0f65aa0120b3e6cfe2f (diff)
downloadotp-41dbb04aa2f88192d6aa2d55fd7ea82a9f07c0f8.tar.gz
otp-41dbb04aa2f88192d6aa2d55fd7ea82a9f07c0f8.tar.bz2
otp-41dbb04aa2f88192d6aa2d55fd7ea82a9f07c0f8.zip
Merge branch 'hb/app_vsn' into maint
* hb/app_vsn: Update application versions
Diffstat (limited to 'lib/sasl')
-rw-r--r--lib/sasl/src/sasl.app.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sasl/src/sasl.app.src b/lib/sasl/src/sasl.app.src
index 7864e84773..705bb73fc5 100644
--- a/lib/sasl/src/sasl.app.src
+++ b/lib/sasl/src/sasl.app.src
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 1996-2010. All Rights Reserved.
+%% Copyright Ericsson AB 1996-2015. 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.
@@ -46,6 +46,6 @@
{env, [{sasl_error_logger, tty},
{errlog_type, all}]},
{mod, {sasl, []}},
- {runtime_dependencies, ["tools-2.6.14","stdlib-2.0","kernel-3.0",
+ {runtime_dependencies, ["tools-2.6.14","stdlib-2.6","kernel-4.1",
"erts-6.0"]}]}.