aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sasl/src
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2016-11-11 15:15:20 +0100
committerSiri Hansen <[email protected]>2016-11-11 15:15:20 +0100
commitcc45e36d1fb0b288ca534fa72fde772b62225e93 (patch)
tree11e096d61e495b36cb5cdd4c5875af76c69527fc /lib/sasl/src
parent699ee018507109534a42fa2c618b5a4945158aa2 (diff)
parent98fa6e5ea2255194b32ced66b5f531bb4039fc4d (diff)
downloadotp-cc45e36d1fb0b288ca534fa72fde772b62225e93.tar.gz
otp-cc45e36d1fb0b288ca534fa72fde772b62225e93.tar.bz2
otp-cc45e36d1fb0b288ca534fa72fde772b62225e93.zip
Merge branch 'siri/appups-20.0'
* siri/appups-20.0: Update sasl/test/test_lib.hrl with recent versions of kernel and stdlib Update appups in kernel, stdlib and sasl for OTP-20
Diffstat (limited to 'lib/sasl/src')
-rw-r--r--lib/sasl/src/sasl.appup.src6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/sasl/src/sasl.appup.src b/lib/sasl/src/sasl.appup.src
index ecd320c1ea..7f866507a0 100644
--- a/lib/sasl/src/sasl.appup.src
+++ b/lib/sasl/src/sasl.appup.src
@@ -18,9 +18,7 @@
%% %CopyrightEnd%
{"%VSN%",
%% Up from - max one major revision back
- [{<<"3\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-19.*
- {<<"2\\.[5-7](\\.[0-9]+)*">>,[restart_new_emulator]}], % OTP-18.*
+ [{<<"3\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}], % OTP-19.*
%% Down to - max one major revision back
- [{<<"3\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-19.*
- {<<"2\\.[5-7](\\.[0-9]+)*">>,[restart_new_emulator]}] % OTP-18.*
+ [{<<"3\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}] % OTP-19.*
}.