aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sasl/src
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2015-09-17 12:36:51 +0200
committerSiri Hansen <[email protected]>2015-09-17 12:36:51 +0200
commit3524231c8142165f4c468de2b76b3cb5a5139c2c (patch)
tree8e2f92d810fc2392003ea6b1d011724dbc38223d /lib/sasl/src
parente81be158ef17428532c76bcf7d4c69284163be1e (diff)
downloadotp-3524231c8142165f4c468de2b76b3cb5a5139c2c.tar.gz
otp-3524231c8142165f4c468de2b76b3cb5a5139c2c.tar.bz2
otp-3524231c8142165f4c468de2b76b3cb5a5139c2c.zip
Update sasl vsn to 2.6
Diffstat (limited to 'lib/sasl/src')
-rw-r--r--lib/sasl/src/sasl.appup.src6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/sasl/src/sasl.appup.src b/lib/sasl/src/sasl.appup.src
index eddb5a3fd0..2c8812f566 100644
--- a/lib/sasl/src/sasl.appup.src
+++ b/lib/sasl/src/sasl.appup.src
@@ -18,7 +18,9 @@
%% %CopyrightEnd%
{"%VSN%",
%% Up from - max one major revision back
- [{<<"2\\.4(\\.[0-9]+)*">>,[restart_new_emulator]}], % OTP-17
+ [{<<"2\\.5(\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-18.0.*
+ {<<"2\\.4(\\.[0-9]+)*">>,[restart_new_emulator]}], % OTP-17
%% Down to - max one major revision back
- [{<<"2\\.4(\\.[0-9]+)*">>,[restart_new_emulator]}] % OTP-17
+ [{<<"2\\.5(\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-18.0.*
+ {<<"2\\.4(\\.[0-9]+)*">>,[restart_new_emulator]}] % OTP-17
}.