diff options
author | Björn Gustavsson <[email protected]> | 2016-08-05 11:00:04 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2016-08-05 11:40:46 +0200 |
commit | 65266b2db99ea2651606acd3a796738f1a59dc40 (patch) | |
tree | 4d08c97bbaed69fa1b1953cd2bf4d9f25e6ac570 /bootstrap/lib/stdlib/ebin/stdlib.appup | |
parent | 7d492f3c2fe53c07c22fe8280aadf3e8df5c4eb9 (diff) | |
download | otp-65266b2db99ea2651606acd3a796738f1a59dc40.tar.gz otp-65266b2db99ea2651606acd3a796738f1a59dc40.tar.bz2 otp-65266b2db99ea2651606acd3a796738f1a59dc40.zip |
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/stdlib/ebin/stdlib.appup')
-rw-r--r-- | bootstrap/lib/stdlib/ebin/stdlib.appup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/lib/stdlib/ebin/stdlib.appup b/bootstrap/lib/stdlib/ebin/stdlib.appup index 737486d3c5..322a329931 100644 --- a/bootstrap/lib/stdlib/ebin/stdlib.appup +++ b/bootstrap/lib/stdlib/ebin/stdlib.appup @@ -16,7 +16,7 @@ %% limitations under the License. %% %% %CopyrightEnd% -{"3.0", +{"3.0.1", %% Up from - max one major revision back [{<<"3\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}, % OTP-19.* {<<"2\\.[5-8](\\.[0-9]+)*">>,[restart_new_emulator]}], % OTP-18.* |