aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/lib/stdlib/ebin/stdlib.appup
diff options
context:
space:
mode:
authorLars Thorsen <[email protected]>2016-03-10 15:07:11 +0100
committerLars Thorsen <[email protected]>2016-03-10 15:08:33 +0100
commit0f28ba80a39a4e0e6078a8069eb850a31cb8f93d (patch)
tree789d0b0b4450c0433e0f2c858fb50cc6c860decb /bootstrap/lib/stdlib/ebin/stdlib.appup
parente3e55881b15757e15ea1995b0f8dbfd305f9e89d (diff)
downloadotp-0f28ba80a39a4e0e6078a8069eb850a31cb8f93d.tar.gz
otp-0f28ba80a39a4e0e6078a8069eb850a31cb8f93d.tar.bz2
otp-0f28ba80a39a4e0e6078a8069eb850a31cb8f93d.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 689485f421..e545adc484 100644
--- a/bootstrap/lib/stdlib/ebin/stdlib.appup
+++ b/bootstrap/lib/stdlib/ebin/stdlib.appup
@@ -16,9 +16,11 @@
%% limitations under the License.
%%
%% %CopyrightEnd%
-{"2.5",
+{"2.7",
%% Up from - max one major revision back
- [{<<"2\\.[0-4](\\.[0-9]+)*">>,[restart_new_emulator]}], %% 17.0-17.5
+ [{<<"2\\.[5-8](\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-18.*
+ {<<"2\\.[0-4](\\.[0-9]+)*">>,[restart_new_emulator]}], % 17.0-17.5
%% Down to - max one major revision back
- [{<<"2\\.[0-4](\\.[0-9]+)*">>,[restart_new_emulator]}] %% 17.0-17.5
+ [{<<"2\\.[5-8](\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-18.*
+ {<<"2\\.[0-4](\\.[0-9]+)*">>,[restart_new_emulator]}] % 17.0-17.5
}.