aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/lib/stdlib/ebin/stdlib.appup
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2018-04-27 12:50:08 +0200
committerBjörn Gustavsson <[email protected]>2018-04-27 12:50:15 +0200
commit875859f88e7543a7244f8a46d672e555953c6b31 (patch)
tree53ac4fa5ea63ea7a93d11adc27241a3d46985c36 /bootstrap/lib/stdlib/ebin/stdlib.appup
parent15234da5ae1faa8d5b744ef1cca1b8f9b1d8cd68 (diff)
downloadotp-875859f88e7543a7244f8a46d672e555953c6b31.tar.gz
otp-875859f88e7543a7244f8a46d672e555953c6b31.tar.bz2
otp-875859f88e7543a7244f8a46d672e555953c6b31.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 659cc434fc..381b33c833 100644
--- a/bootstrap/lib/stdlib/ebin/stdlib.appup
+++ b/bootstrap/lib/stdlib/ebin/stdlib.appup
@@ -16,9 +16,11 @@
%% limitations under the License.
%%
%% %CopyrightEnd%
-{"3.4.3",
+{"3.4.5",
%% Up from - max one major revision back
- [{<<"3\\.4(\\.[0-9]+)*">>,[restart_new_emulator]}], % OTP-20.*
+ [{<<"3\\.4(\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-20.*
+ {<<"3\\.5(\\.[0-9]+)*">>,[restart_new_emulator]}],% OTP-21.*
%% Down to - max one major revision back
- [{<<"3\\.4(\\.[0-9]+)*">>,[restart_new_emulator]}] % OTP-20.*
+ [{<<"3\\.4(\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-20.*
+ {<<"3\\.5(\\.[0-9]+)*">>,[restart_new_emulator]}] % OTP-20.*
}.