aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/lib/stdlib/ebin/stdlib.appup
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2016-10-05 13:12:39 +0200
committerBjörn Gustavsson <[email protected]>2016-10-05 13:12:48 +0200
commit497330a828089b465ac026551edf33fb947ae2f6 (patch)
treed487b12a6a64e605dc2162d75f8812ab736fb963 /bootstrap/lib/stdlib/ebin/stdlib.appup
parentf9904b530bf14487d08aadf0e1fb06322ce55753 (diff)
downloadotp-497330a828089b465ac026551edf33fb947ae2f6.tar.gz
otp-497330a828089b465ac026551edf33fb947ae2f6.tar.bz2
otp-497330a828089b465ac026551edf33fb947ae2f6.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, 3 insertions, 3 deletions
diff --git a/bootstrap/lib/stdlib/ebin/stdlib.appup b/bootstrap/lib/stdlib/ebin/stdlib.appup
index 322a329931..db27ef6efd 100644
--- a/bootstrap/lib/stdlib/ebin/stdlib.appup
+++ b/bootstrap/lib/stdlib/ebin/stdlib.appup
@@ -16,11 +16,11 @@
%% limitations under the License.
%%
%% %CopyrightEnd%
-{"3.0.1",
+{"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.*
}.