diff options
author | Siri Hansen <[email protected]> | 2017-06-29 16:25:51 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2017-06-29 16:25:51 +0200 |
commit | a0a45213a17fd57b0892300fde5d71828f75dbd5 (patch) | |
tree | a533c063274f3d2ac0d98934ab305a49268e793e /lib/stdlib/src | |
parent | 8be7e905e34a954938fa9b01f37c0e0d85b7000c (diff) | |
download | otp-a0a45213a17fd57b0892300fde5d71828f75dbd5.tar.gz otp-a0a45213a17fd57b0892300fde5d71828f75dbd5.tar.bz2 otp-a0a45213a17fd57b0892300fde5d71828f75dbd5.zip |
Update appups in kernel, stdlib, and sasl for OTP-21.0
Diffstat (limited to 'lib/stdlib/src')
-rw-r--r-- | lib/stdlib/src/stdlib.appup.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stdlib/src/stdlib.appup.src b/lib/stdlib/src/stdlib.appup.src index 3100504a80..e4e3fb83e9 100644 --- a/lib/stdlib/src/stdlib.appup.src +++ b/lib/stdlib/src/stdlib.appup.src @@ -18,7 +18,7 @@ %% %CopyrightEnd% {"%VSN%", %% Up from - max one major revision back - [{<<"3\\.[0-3](\\.[0-9]+)*">>,[restart_new_emulator]}], % OTP-19.* + [{<<"3\\.4(\\.[0-9]+)*">>,[restart_new_emulator]}], % OTP-20.* %% Down to - max one major revision back - [{<<"3\\.[0-3](\\.[0-9]+)*">>,[restart_new_emulator]}] % OTP-19.* + [{<<"3\\.4(\\.[0-9]+)*">>,[restart_new_emulator]}] % OTP-20.* }. |