diff options
author | Björn Gustavsson <[email protected]> | 2015-09-21 10:25:58 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-09-21 10:26:19 +0200 |
commit | 576b2e9cbb4dab925b3943d2b82b43a3b4d79487 (patch) | |
tree | e1b3b7e8c1ad7826751f352cddffb33672a0374f /bootstrap/lib/stdlib/ebin/stdlib.appup | |
parent | a329b16a074e5aaaa0b640b2ad83e533a5cc0fdc (diff) | |
download | otp-576b2e9cbb4dab925b3943d2b82b43a3b4d79487.tar.gz otp-576b2e9cbb4dab925b3943d2b82b43a3b4d79487.tar.bz2 otp-576b2e9cbb4dab925b3943d2b82b43a3b4d79487.zip |
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/stdlib/ebin/stdlib.appup')
-rw-r--r-- | bootstrap/lib/stdlib/ebin/stdlib.appup | 8 |
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..8cfe41a2e1 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.6", %% Up from - max one major revision back - [{<<"2\\.[0-4](\\.[0-9]+)*">>,[restart_new_emulator]}], %% 17.0-17.5 + [{<<"2\\.5(\\.[0-9]+)*">>,[restart_new_emulator]}, %% OTP-18.0.* + {<<"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(\\.[0-9]+)*">>,[restart_new_emulator]}, %% OTP-18.0.* + {<<"2\\.[0-4](\\.[0-9]+)*">>,[restart_new_emulator]}] %% 17.0-17.5 }. |