aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/lib/stdlib/ebin/stdlib.appup
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2019-03-21 16:16:53 +0100
committerBjörn Gustavsson <[email protected]>2019-03-21 16:17:02 +0100
commit99d91508edc97d66ad26dd7b6eaf1fc0888882a9 (patch)
treed591cafe079fd048482deae693b93a2c8ec2c7f6 /bootstrap/lib/stdlib/ebin/stdlib.appup
parent2cc798bbbf9924e1c87c6eaa6e1c8be8cca5596c (diff)
downloadotp-99d91508edc97d66ad26dd7b6eaf1fc0888882a9.tar.gz
otp-99d91508edc97d66ad26dd7b6eaf1fc0888882a9.tar.bz2
otp-99d91508edc97d66ad26dd7b6eaf1fc0888882a9.zip
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/stdlib/ebin/stdlib.appup')
-rw-r--r--bootstrap/lib/stdlib/ebin/stdlib.appup8
1 files changed, 5 insertions, 3 deletions
diff --git a/bootstrap/lib/stdlib/ebin/stdlib.appup b/bootstrap/lib/stdlib/ebin/stdlib.appup
index d22e917574..76372566d5 100644
--- a/bootstrap/lib/stdlib/ebin/stdlib.appup
+++ b/bootstrap/lib/stdlib/ebin/stdlib.appup
@@ -26,7 +26,7 @@
%% versions that have branched off from the above
%% stated previous versions.
%%
-{"3.7.1",
+{"3.8",
[{<<"^3\\.4$">>,[restart_new_emulator]},
{<<"^3\\.4\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]},
{<<"^3\\.4\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
@@ -40,7 +40,8 @@
{<<"^3\\.6$">>,[restart_new_emulator]},
{<<"^3\\.6\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]},
{<<"^3\\.7$">>,[restart_new_emulator]},
- {<<"^3\\.7\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}],
+ {<<"^3\\.7\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]},
+ {<<"^3\\.7\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]}],
[{<<"^3\\.4$">>,[restart_new_emulator]},
{<<"^3\\.4\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]},
{<<"^3\\.4\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
@@ -54,4 +55,5 @@
{<<"^3\\.6$">>,[restart_new_emulator]},
{<<"^3\\.6\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]},
{<<"^3\\.7$">>,[restart_new_emulator]},
- {<<"^3\\.7\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}]}.
+ {<<"^3\\.7\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]},
+ {<<"^3\\.7\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]}]}.