diff options
author | Rickard Green <[email protected]> | 2017-06-14 16:01:54 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2017-06-14 16:01:54 +0200 |
commit | 48e67f5dd1d20b9a1f78c5a97cc7ed4afb489ba5 (patch) | |
tree | b48261ecb0de7a1da84bd693062d420fa50a2b52 /bootstrap/lib/compiler/ebin/compiler.appup | |
parent | 8e1cd77c97835c7ac8ecc1adcc13a366fb3904a3 (diff) | |
parent | 03bedf49b6ad81ee6a78ec40137c782989fe98bf (diff) | |
download | otp-48e67f5dd1d20b9a1f78c5a97cc7ed4afb489ba5.tar.gz otp-48e67f5dd1d20b9a1f78c5a97cc7ed4afb489ba5.tar.bz2 otp-48e67f5dd1d20b9a1f78c5a97cc7ed4afb489ba5.zip |
Merge branch 'rickard/t2b-latin1-atom'
OTP-14337
* rickard/t2b-latin1-atom:
Update primary bootstrap
Update preloaded modules
Fix erl_interface tests
Introduce minor vsn 2 in term_to_binary/2
Revert "kernel: Try mend disk_log whitebox tests"
Revert "erts: Do not generate atoms on old latin1 external format"
Diffstat (limited to 'bootstrap/lib/compiler/ebin/compiler.appup')
-rw-r--r-- | bootstrap/lib/compiler/ebin/compiler.appup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/lib/compiler/ebin/compiler.appup b/bootstrap/lib/compiler/ebin/compiler.appup index 181b4076bf..bfea67c6dd 100644 --- a/bootstrap/lib/compiler/ebin/compiler.appup +++ b/bootstrap/lib/compiler/ebin/compiler.appup @@ -16,7 +16,7 @@ %% limitations under the License. %% %% %CopyrightEnd% -{"7.0", +{"7.0.4", [{<<".*">>,[{restart_application, compiler}]}], [{<<".*">>,[{restart_application, compiler}]}] }. |