diff options
author | Siri Hansen <[email protected]> | 2015-12-11 12:23:42 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2015-12-11 12:23:42 +0100 |
commit | 4b45171ef63418a1739238e68d9a95abe14d93fd (patch) | |
tree | 3a15097e5ceed7d2a855d9bba6e3a1364320621e /lib/sasl/src | |
parent | fae6b9385f3d0d1c725ca6cdb588b8bf1e473721 (diff) | |
download | otp-4b45171ef63418a1739238e68d9a95abe14d93fd.tar.gz otp-4b45171ef63418a1739238e68d9a95abe14d93fd.tar.bz2 otp-4b45171ef63418a1739238e68d9a95abe14d93fd.zip |
Update appups in kernel, stdlib and sasl for OTP-18.2
Diffstat (limited to 'lib/sasl/src')
-rw-r--r-- | lib/sasl/src/sasl.appup.src | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/sasl/src/sasl.appup.src b/lib/sasl/src/sasl.appup.src index 2c8812f566..8faa0afbd4 100644 --- a/lib/sasl/src/sasl.appup.src +++ b/lib/sasl/src/sasl.appup.src @@ -18,9 +18,9 @@ %% %CopyrightEnd% {"%VSN%", %% Up from - max one major revision back - [{<<"2\\.5(\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-18.0.* - {<<"2\\.4(\\.[0-9]+)*">>,[restart_new_emulator]}], % OTP-17 + [{<<"2\\.[5-6](\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-18.* + {<<"2\\.4(\\.[0-9]+)*">>,[restart_new_emulator]}], % OTP-17 %% Down to - max one major revision back - [{<<"2\\.5(\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-18.0.* - {<<"2\\.4(\\.[0-9]+)*">>,[restart_new_emulator]}] % OTP-17 + [{<<"2\\.[5-6](\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-18.* + {<<"2\\.4(\\.[0-9]+)*">>,[restart_new_emulator]}] % OTP-17 }. |