aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/lib/stdlib/ebin/stdlib.appup
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2016-11-23 12:16:45 +0100
committerBjörn Gustavsson <[email protected]>2016-11-23 12:16:45 +0100
commit7c3bdf14220b500308a14f71aa91139dece2d731 (patch)
tree3d933537f37a0df577a435bbed556bb46dcbbbb9 /bootstrap/lib/stdlib/ebin/stdlib.appup
parent480ddeaa1217411e07d694595e458a084c44b4f1 (diff)
downloadotp-7c3bdf14220b500308a14f71aa91139dece2d731.tar.gz
otp-7c3bdf14220b500308a14f71aa91139dece2d731.tar.bz2
otp-7c3bdf14220b500308a14f71aa91139dece2d731.zip
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/stdlib/ebin/stdlib.appup')
-rw-r--r--bootstrap/lib/stdlib/ebin/stdlib.appup6
1 files changed, 2 insertions, 4 deletions
diff --git a/bootstrap/lib/stdlib/ebin/stdlib.appup b/bootstrap/lib/stdlib/ebin/stdlib.appup
index db27ef6efd..87ee9b4c2c 100644
--- a/bootstrap/lib/stdlib/ebin/stdlib.appup
+++ b/bootstrap/lib/stdlib/ebin/stdlib.appup
@@ -18,9 +18,7 @@
%% %CopyrightEnd%
{"3.1",
%% 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.*
}.