aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/stdlib.appup.src
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2016-09-27 11:13:41 +0200
committerSiri Hansen <[email protected]>2016-09-27 11:13:41 +0200
commit024092849b5feab979018c05cfdab640c3f2cecf (patch)
treee687b7d6322559217a9eaf5789a8e7b671d18f39 /lib/stdlib/src/stdlib.appup.src
parent504e93b8c7bfd5d59aa14beaee380c32545b5de1 (diff)
downloadotp-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/stdlib.appup.src')
-rw-r--r--lib/stdlib/src/stdlib.appup.src6
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.*
}.