diff options
author | Lars Thorsen <[email protected]> | 2016-03-10 15:07:11 +0100 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2016-03-10 15:08:33 +0100 |
commit | 0f28ba80a39a4e0e6078a8069eb850a31cb8f93d (patch) | |
tree | 789d0b0b4450c0433e0f2c858fb50cc6c860decb /bootstrap/lib/compiler/ebin/compiler.appup | |
parent | e3e55881b15757e15ea1995b0f8dbfd305f9e89d (diff) | |
download | otp-0f28ba80a39a4e0e6078a8069eb850a31cb8f93d.tar.gz otp-0f28ba80a39a4e0e6078a8069eb850a31cb8f93d.tar.bz2 otp-0f28ba80a39a4e0e6078a8069eb850a31cb8f93d.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 889b72bd6b..ceb96264d5 100644 --- a/bootstrap/lib/compiler/ebin/compiler.appup +++ b/bootstrap/lib/compiler/ebin/compiler.appup @@ -16,7 +16,7 @@ %% limitations under the License. %% %% %CopyrightEnd% -{"5.0.4", +{"6.0.2", [{<<".*">>,[{restart_application, compiler}]}], [{<<".*">>,[{restart_application, compiler}]}] }. |