aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/stdlib.appup.src
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2014-07-10 10:43:04 +0200
committerSiri Hansen <[email protected]>2014-07-10 10:43:04 +0200
commitab5afc3d8cbd0211fef7c9c71edc2708f643f705 (patch)
treefd4235b017dceee803969df8733e58530eaf65c5 /lib/stdlib/src/stdlib.appup.src
parent4182a479c2ae47d097c2b4f18a6a2a47020a5bca (diff)
downloadotp-ab5afc3d8cbd0211fef7c9c71edc2708f643f705.tar.gz
otp-ab5afc3d8cbd0211fef7c9c71edc2708f643f705.tar.bz2
otp-ab5afc3d8cbd0211fef7c9c71edc2708f643f705.zip
Update stdlib appup file
Allow upgrade from OTP 17.1 to newer.
Diffstat (limited to 'lib/stdlib/src/stdlib.appup.src')
-rw-r--r--lib/stdlib/src/stdlib.appup.src6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/stdlib/src/stdlib.appup.src b/lib/stdlib/src/stdlib.appup.src
index 22eefb2514..99d9b8b431 100644
--- a/lib/stdlib/src/stdlib.appup.src
+++ b/lib/stdlib/src/stdlib.appup.src
@@ -17,9 +17,11 @@
%% %CopyrightEnd%
{"%VSN%",
%% Up from - max one major revision back
- [{<<"2\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}, %% R17
+ [{<<"2\\.1(\\.[0-9]+)*">>,[restart_new_emulator]}, %% 17.1
+ {<<"2\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}, %% 17.0
{<<"1\\.19(\\.[0-9]+)*">>,[restart_new_emulator]}],%% R16
%% Down to - max one major revision back
- [{<<"2\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}, %% R17
+ [{<<"2\\.1(\\.[0-9]+)*">>,[restart_new_emulator]}, %% 17.1
+ {<<"2\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}, %% 17.0
{<<"1\\.19(\\.[0-9]+)*">>,[restart_new_emulator]}] %% R16
}.