diff options
author | Micael Karlberg <[email protected]> | 2011-06-15 16:41:10 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-06-15 16:41:10 +0200 |
commit | 704ed1824308f16e0de67c6ff1eae7e80d38232f (patch) | |
tree | f9fb329a97a79e0bd8619a7d584c62334e4ab1ee /lib/inets/vsn.mk | |
parent | 5eec30647ab41ad9a0c9911d2e4e300ecb501333 (diff) | |
parent | 4384c7137cb016b8b3cb9dd4d8ee82870c08f98c (diff) | |
download | otp-704ed1824308f16e0de67c6ff1eae7e80d38232f.tar.gz otp-704ed1824308f16e0de67c6ff1eae7e80d38232f.tar.bz2 otp-704ed1824308f16e0de67c6ff1eae7e80d38232f.zip |
Peer/sockname resolv doesn't work with IPv6 addrs in HTTP.
Attila Rajmund Nohl.
OTP-9343
Merge branch 'bmk/inets/resolv_doesnt_work_with_ipv6_addrs_in_http/OTP-9343' into bmk/inets/inets57_integration2
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 c0e25a30e3..4abc1733d3 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 5.6 +INETS_VSN = 5.7 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |