diff options
author | Siri Hansen <[email protected]> | 2016-09-27 11:13:41 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2016-09-27 11:13:41 +0200 |
commit | 024092849b5feab979018c05cfdab640c3f2cecf (patch) | |
tree | e687b7d6322559217a9eaf5789a8e7b671d18f39 /lib/stdlib/src | |
parent | 504e93b8c7bfd5d59aa14beaee380c32545b5de1 (diff) | |
download | otp-024092849b5feab979018c05cfdab640c3f2cecf.tar.gz otp-024092849b5feab979018c05cfdab640c3f2cecf.tar.bz2 otp-024092849b5feab979018c05cfdab640c3f2cecf.zip |
Update appups in kernel, stdlib and sasl for OTP-20
Diffstat (limited to 'lib/stdlib/src')
-rw-r--r-- | lib/stdlib/src/stdlib.appup.src | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/stdlib/src/stdlib.appup.src b/lib/stdlib/src/stdlib.appup.src index e917b7ea1f..979161fef7 100644 --- a/lib/stdlib/src/stdlib.appup.src +++ b/lib/stdlib/src/stdlib.appup.src @@ -18,9 +18,7 @@ %% %CopyrightEnd% {"%VSN%", %% Up from - max one major revision back - [{<<"3\\.[0-1](\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-19.* - {<<"2\\.[5-8](\\.[0-9]+)*">>,[restart_new_emulator]}], % OTP-18.* + [{<<"3\\.[0-1](\\.[0-9]+)*">>,[restart_new_emulator]}], % OTP-19.* %% Down to - max one major revision back - [{<<"3\\.[0-1](\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-19.* - {<<"2\\.[5-8](\\.[0-9]+)*">>,[restart_new_emulator]}] % OTP-18.* + [{<<"3\\.[0-1](\\.[0-9]+)*">>,[restart_new_emulator]}] % OTP-19.* }. |