diff options
author | Björn-Egil Dahlberg <[email protected]> | 2013-12-17 16:57:40 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2014-01-28 17:06:43 +0100 |
commit | 039d3166bbe8d81b2f3bf72e4ade708b9ae5f2f8 (patch) | |
tree | d927c53340e86612aea2783f76ea98f6a16de4d5 /bootstrap/lib/stdlib/ebin/stdlib.appup | |
parent | 94963032a2bb7bd5bfe5ea05d99ca507e67e7ad7 (diff) | |
download | otp-039d3166bbe8d81b2f3bf72e4ade708b9ae5f2f8.tar.gz otp-039d3166bbe8d81b2f3bf72e4ade708b9ae5f2f8.tar.bz2 otp-039d3166bbe8d81b2f3bf72e4ade708b9ae5f2f8.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 b8460d543c..0871dc5a98 100644 --- a/bootstrap/lib/stdlib/ebin/stdlib.appup +++ b/bootstrap/lib/stdlib/ebin/stdlib.appup @@ -15,13 +15,13 @@ %% under the License. %% %% %CopyrightEnd% -{"1.20", +{"2.0", %% Up from - max two major revisions back - [{<<"1\\.20(\\.[0-9]+)*">>,[restart_new_emulator]}, %% R17 + [{<<"2\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}, %% R17 {<<"1\\.19(\\.[0-9]+)*">>,[restart_new_emulator]}, %% R16 {<<"1\\.18(\\.[0-9]+)*">>,[restart_new_emulator]}],%% R15 %% Down to - max two major revisions back - [{<<"1\\.20(\\.[0-9]+)*">>,[restart_new_emulator]}, %% R17 + [{<<"2\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}, %% R17 {<<"1\\.19(\\.[0-9]+)*">>,[restart_new_emulator]}, %% R16 {<<"1\\.18(\\.[0-9]+)*">>,[restart_new_emulator]}] %% R15 }. |