aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/lib/stdlib/ebin/stdlib.appup
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2016-09-29 12:39:45 +0200
committerBjörn Gustavsson <[email protected]>2016-09-29 12:40:09 +0200
commitfc256e18f488ec96f87ee28ad049b7c0c07d8395 (patch)
tree893cf2d40b79f9687d899008c57a55046cff3e28 /bootstrap/lib/stdlib/ebin/stdlib.appup
parent230c7340bc3328a0a11ad18d5285ea101e34782f (diff)
downloadotp-fc256e18f488ec96f87ee28ad049b7c0c07d8395.tar.gz
otp-fc256e18f488ec96f87ee28ad049b7c0c07d8395.tar.bz2
otp-fc256e18f488ec96f87ee28ad049b7c0c07d8395.zip
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/stdlib/ebin/stdlib.appup')
-rw-r--r--bootstrap/lib/stdlib/ebin/stdlib.appup4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/lib/stdlib/ebin/stdlib.appup b/bootstrap/lib/stdlib/ebin/stdlib.appup
index 14d42f53a8..db27ef6efd 100644
--- a/bootstrap/lib/stdlib/ebin/stdlib.appup
+++ b/bootstrap/lib/stdlib/ebin/stdlib.appup
@@ -18,9 +18,9 @@
%% %CopyrightEnd%
{"3.1",
%% Up from - max one major revision back
- [{<<"3\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-19.*
+ [{<<"3\\.[0-1](\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-19.*
{<<"2\\.[5-8](\\.[0-9]+)*">>,[restart_new_emulator]}], % OTP-18.*
%% Down to - max one major revision back
- [{<<"3\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-19.*
+ [{<<"3\\.[0-1](\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-19.*
{<<"2\\.[5-8](\\.[0-9]+)*">>,[restart_new_emulator]}] % OTP-18.*
}.