aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/stdlib.appup.src
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2015-12-11 12:23:42 +0100
committerSiri Hansen <[email protected]>2015-12-11 12:23:42 +0100
commit4b45171ef63418a1739238e68d9a95abe14d93fd (patch)
tree3a15097e5ceed7d2a855d9bba6e3a1364320621e /lib/stdlib/src/stdlib.appup.src
parentfae6b9385f3d0d1c725ca6cdb588b8bf1e473721 (diff)
downloadotp-4b45171ef63418a1739238e68d9a95abe14d93fd.tar.gz
otp-4b45171ef63418a1739238e68d9a95abe14d93fd.tar.bz2
otp-4b45171ef63418a1739238e68d9a95abe14d93fd.zip
Update appups in kernel, stdlib and sasl for OTP-18.2
Diffstat (limited to 'lib/stdlib/src/stdlib.appup.src')
-rw-r--r--lib/stdlib/src/stdlib.appup.src8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/stdlib/src/stdlib.appup.src b/lib/stdlib/src/stdlib.appup.src
index 5f61752655..04cdf31ada 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(\\.[0-9]+)*">>,[restart_new_emulator]}, %% OTP-18.0.*
- {<<"2\\.[0-4](\\.[0-9]+)*">>,[restart_new_emulator]}], %% 17.0-17.5
+ [{<<"2\\.[5-7](\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-18.*
+ {<<"2\\.[0-4](\\.[0-9]+)*">>,[restart_new_emulator]}], % 17.0-17.5
%% Down to - max one major revision back
- [{<<"2\\.5(\\.[0-9]+)*">>,[restart_new_emulator]}, %% OTP-18.0.*
- {<<"2\\.[0-4](\\.[0-9]+)*">>,[restart_new_emulator]}] %% 17.0-17.5
+ [{<<"2\\.[5-7](\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-18.*
+ {<<"2\\.[0-4](\\.[0-9]+)*">>,[restart_new_emulator]}] % 17.0-17.5
}.