diff options
author | Siri Hansen <[email protected]> | 2016-03-02 09:51:45 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2016-03-02 09:51:45 +0100 |
commit | bb7d36b9d23f0f6c882ee349c0005f88c0dadcfc (patch) | |
tree | 241d8c928d2af653e9184d25874dcfe10a61c06e /lib/stdlib/src/stdlib.appup.src | |
parent | 8e7fa634e2e2ab1e4f450b3cfb8a4ee8f96eaae8 (diff) | |
parent | f699d6e56c525f702c305c3f722b0be0641ad26e (diff) | |
download | otp-bb7d36b9d23f0f6c882ee349c0005f88c0dadcfc.tar.gz otp-bb7d36b9d23f0f6c882ee349c0005f88c0dadcfc.tar.bz2 otp-bb7d36b9d23f0f6c882ee349c0005f88c0dadcfc.zip |
Merge branch 'siri/appups-19.0'
* siri/appups-19.0:
Update appups in kernel, stdlib and sasl for OTP-19
Diffstat (limited to 'lib/stdlib/src/stdlib.appup.src')
-rw-r--r-- | lib/stdlib/src/stdlib.appup.src | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/stdlib/src/stdlib.appup.src b/lib/stdlib/src/stdlib.appup.src index 8a313591a7..15d8857656 100644 --- a/lib/stdlib/src/stdlib.appup.src +++ b/lib/stdlib/src/stdlib.appup.src @@ -18,9 +18,9 @@ %% %CopyrightEnd% {"%VSN%", %% Up from - max one major revision back - [{<<"2\\.[5-8](\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-18.* - {<<"2\\.[0-4](\\.[0-9]+)*">>,[restart_new_emulator]}], % 17.0-17.5 + [{<<"3\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-19.* + {<<"2\\.[5-8](\\.[0-9]+)*">>,[restart_new_emulator]}], % OTP-18.* %% Down to - max one major revision back - [{<<"2\\.[5-8](\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-18.* - {<<"2\\.[0-4](\\.[0-9]+)*">>,[restart_new_emulator]}] % 17.0-17.5 + [{<<"3\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-19.* + {<<"2\\.[5-8](\\.[0-9]+)*">>,[restart_new_emulator]}] % OTP-18.* }. |