diff options
author | Björn Gustavsson <[email protected]> | 2016-08-05 12:01:56 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2016-08-05 12:01:56 +0200 |
commit | 08a5b907960aba230a3790cc8502c4ca5444ad96 (patch) | |
tree | 406ea2cf76a4aabf5efeb75e9f20c3ad6c96ef01 /bootstrap/lib/stdlib/ebin/stdlib.appup | |
parent | e487bb1b14e8abfa5fa4dfd310d7fae87c941bc7 (diff) | |
parent | 65266b2db99ea2651606acd3a796738f1a59dc40 (diff) | |
download | otp-08a5b907960aba230a3790cc8502c4ca5444ad96.tar.gz otp-08a5b907960aba230a3790cc8502c4ca5444ad96.tar.bz2 otp-08a5b907960aba230a3790cc8502c4ca5444ad96.zip |
Merge branch 'maint'
* maint:
Update primary bootstrap
beam_block: Fix potentially unsafe optimization in move_allocates/1
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.* |