aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/stdlib.appup.src
diff options
context:
space:
mode:
authorErland Schönbeck <[email protected]>2014-07-11 11:33:42 +0200
committerErland Schönbeck <[email protected]>2014-07-11 11:35:54 +0200
commit6d1303f5c1fd672d7e9ce98ebd04c79ed0417131 (patch)
tree309e11c11fdc80f19e88096f178b725ebb10e2f1 /lib/stdlib/src/stdlib.appup.src
parent398976f444a47ad019f8493bc6a23626589163f5 (diff)
parent9a1419a7d4325085dc2235a8531d77e1d96ea689 (diff)
downloadotp-6d1303f5c1fd672d7e9ce98ebd04c79ed0417131.tar.gz
otp-6d1303f5c1fd672d7e9ce98ebd04c79ed0417131.tar.bz2
otp-6d1303f5c1fd672d7e9ce98ebd04c79ed0417131.zip
Merge branch 'maint'
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 b584cbb47c..e718fce140 100644
--- a/lib/stdlib/src/stdlib.appup.src
+++ b/lib/stdlib/src/stdlib.appup.src
@@ -17,7 +17,9 @@
%% %CopyrightEnd%
{"%VSN%",
%% Up from - max one major revision back
- [{<<"2\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}], % OTP-17
+ [{<<"2\\.1(\\.[0-9]+)*">>,[restart_new_emulator]}, %% 17.1
+ {<<"2\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}], %% 17.0
%% Down to - max one major revision back
- [{<<"2\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}] % OTP-17
+ [{<<"2\\.1(\\.[0-9]+)*">>,[restart_new_emulator]}, %% 17.1
+ {<<"2\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}] %% 17.0
}.