diff options
author | Björn Gustavsson <[email protected]> | 2016-06-29 11:46:51 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2016-06-29 11:46:58 +0200 |
commit | 91f6cbf123d4bf8ac4b7d0389fdb364667ada761 (patch) | |
tree | 606324b725b65349baba7ba6d3429a3490ed8525 /bootstrap/lib/compiler/ebin/compiler.appup | |
parent | c9552ed591c4cbb29b48d6faedebd88447888185 (diff) | |
download | otp-91f6cbf123d4bf8ac4b7d0389fdb364667ada761.tar.gz otp-91f6cbf123d4bf8ac4b7d0389fdb364667ada761.tar.bz2 otp-91f6cbf123d4bf8ac4b7d0389fdb364667ada761.zip |
Update primary bootstrap
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 367a845adf..181b4076bf 100644 --- a/bootstrap/lib/compiler/ebin/compiler.appup +++ b/bootstrap/lib/compiler/ebin/compiler.appup @@ -16,7 +16,7 @@ %% limitations under the License. %% %% %CopyrightEnd% -{"6.0.3", +{"7.0", [{<<".*">>,[{restart_application, compiler}]}], [{<<".*">>,[{restart_application, compiler}]}] }. |