diff options
author | Björn Gustavsson <[email protected]> | 2015-05-08 12:15:32 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-05-08 12:15:39 +0200 |
commit | 2e90dc9905de1e2817377fc2cfbd712ad8c802d0 (patch) | |
tree | da580232253bb2d41fa4a354b8b713f43477e119 /bootstrap/lib/stdlib/ebin/stdlib.appup | |
parent | ff067a0dd4b596120f383f6637be7745150bc106 (diff) | |
download | otp-2e90dc9905de1e2817377fc2cfbd712ad8c802d0.tar.gz otp-2e90dc9905de1e2817377fc2cfbd712ad8c802d0.tar.bz2 otp-2e90dc9905de1e2817377fc2cfbd712ad8c802d0.zip |
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/stdlib/ebin/stdlib.appup')
-rw-r--r-- | bootstrap/lib/stdlib/ebin/stdlib.appup | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap/lib/stdlib/ebin/stdlib.appup b/bootstrap/lib/stdlib/ebin/stdlib.appup index 37251e8e2d..2457f9b4ed 100644 --- a/bootstrap/lib/stdlib/ebin/stdlib.appup +++ b/bootstrap/lib/stdlib/ebin/stdlib.appup @@ -15,11 +15,11 @@ %% under the License. %% %% %CopyrightEnd% -{"2.3", +{"2.4", %% Up from - max one major revision back - [{<<"2\\.[1-2](\\.[0-9]+)*">>,[restart_new_emulator]}, %% 17.1-17.3 + [{<<"2\\.[1-3](\\.[0-9]+)*">>,[restart_new_emulator]}, %% 17.1-17.3 {<<"2\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}], %% 17.0 %% Down to - max one major revision back - [{<<"2\\.[1-2](\\.[0-9]+)*">>,[restart_new_emulator]}, %% 17.1-17.3 + [{<<"2\\.[1-3](\\.[0-9]+)*">>,[restart_new_emulator]}, %% 17.1-17.3 {<<"2\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}] %% 17.0 }. |