diff options
author | Erlang/OTP <[email protected]> | 2015-12-15 09:43:06 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2015-12-15 09:43:06 +0100 |
commit | 252b3d9e410f834b7643fd4ca03e8a108994158f (patch) | |
tree | 83d902f89961f42900bbe71bad0130d26d37b344 /lib/sasl | |
parent | 8feea6e7ff910a32accb5587a2245f5725d7b38c (diff) | |
parent | 4b45171ef63418a1739238e68d9a95abe14d93fd (diff) | |
download | otp-252b3d9e410f834b7643fd4ca03e8a108994158f.tar.gz otp-252b3d9e410f834b7643fd4ca03e8a108994158f.tar.bz2 otp-252b3d9e410f834b7643fd4ca03e8a108994158f.zip |
Merge branch 'siri/appups-18.2' into maint
* siri/appups-18.2:
Update appups in kernel, stdlib and sasl for OTP-18.2
Diffstat (limited to 'lib/sasl')
-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 }. |