summaryrefslogtreecommitdiff
path: root/lib/sasl/src/sasl.appup.src
diff options
context:
space:
mode:
authorHenrik Nord <henrik@erlang.org>2022-03-10 08:50:54 +0100
committerHenrik Nord <henrik@erlang.org>2022-03-10 08:50:54 +0100
commit3d625adb68edf20564aaf546fc0d105f8aaeb80d (patch)
treef6bec7f7c457f82c09f91178c2dadf7b022440eb /lib/sasl/src/sasl.appup.src
parent891fcb23e7380a1ff7667b60ec91e7bc0402ac98 (diff)
parentfe02a02f6deea5d82f654bcca7ebd615a2430ca4 (diff)
downloaderlang-3d625adb68edf20564aaf546fc0d105f8aaeb80d.tar.gz
Merge branch 'maint' into master
* maint: Updated OTP version Prepare release Update copyright year
Diffstat (limited to 'lib/sasl/src/sasl.appup.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 f536696fc2..e2fc3e5b7f 100644
--- a/lib/sasl/src/sasl.appup.src
+++ b/lib/sasl/src/sasl.appup.src
@@ -37,7 +37,8 @@
{<<"^4\\.0\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
{<<"^4\\.0\\.2(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
{<<"^4\\.1$">>,[restart_new_emulator]},
- {<<"^4\\.1\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}],
+ {<<"^4\\.1\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]},
+ {<<"^4\\.1\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]}],
[{<<"^3\\.4$">>,[restart_new_emulator]},
{<<"^3\\.4\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]},
{<<"^3\\.4\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
@@ -47,4 +48,5 @@
{<<"^4\\.0\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
{<<"^4\\.0\\.2(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
{<<"^4\\.1$">>,[restart_new_emulator]},
- {<<"^4\\.1\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}]}.
+ {<<"^4\\.1\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]},
+ {<<"^4\\.1\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]}]}.