diff options
author | Erlang/OTP <[email protected]> | 2015-10-05 11:00:48 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2015-10-05 11:00:48 +0200 |
commit | cf1351a19b7c3edd613d1c8cde139f917f7583cb (patch) | |
tree | 9de64d7e8d87d7e6b494f209c0d3529a572806cc /lib/inets/vsn.mk | |
parent | 1523be48ab4071b158412f4b06fe9c8d6ba3e73c (diff) | |
parent | c4bd1ea37ac2ace2bed1b82962248efb3e780b5d (diff) | |
download | otp-cf1351a19b7c3edd613d1c8cde139f917f7583cb.tar.gz otp-cf1351a19b7c3edd613d1c8cde139f917f7583cb.tar.bz2 otp-cf1351a19b7c3edd613d1c8cde139f917f7583cb.zip |
Merge branch 'ia/inets/custom-header-add-default/OTP-13013' into maint-18
* ia/inets/custom-header-add-default/OTP-13013:
inets: Prepare for release
inets: Add new customize function response_default_headers
inets: Add behaviour httpd_custom_api
Diffstat (limited to 'lib/inets/vsn.mk')
-rw-r--r-- | lib/inets/vsn.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index a6aeedfe12..480caeca4b 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 6.0.1 +INETS_VSN = 6.0.2 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |