aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sasl/src
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2016-09-27 11:13:41 +0200
committerSiri Hansen <[email protected]>2016-09-27 11:13:41 +0200
commit024092849b5feab979018c05cfdab640c3f2cecf (patch)
treee687b7d6322559217a9eaf5789a8e7b671d18f39 /lib/sasl/src
parent504e93b8c7bfd5d59aa14beaee380c32545b5de1 (diff)
downloadotp-024092849b5feab979018c05cfdab640c3f2cecf.tar.gz
otp-024092849b5feab979018c05cfdab640c3f2cecf.tar.bz2
otp-024092849b5feab979018c05cfdab640c3f2cecf.zip
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.*
}.