diff options
author | Micael Karlberg <[email protected]> | 2011-05-30 15:29:43 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-05-30 15:29:43 +0200 |
commit | 1e69822bac15f0a3eb4084fb56beb1bb6d7decd8 (patch) | |
tree | ef0e9d55fc5c5c3b6fd86ec03897def2bafba9ea /lib/inets/vsn.mk | |
parent | 4a5a75811e2cd590b5c94f71864a5245fd511ccf (diff) | |
download | otp-1e69822bac15f0a3eb4084fb56beb1bb6d7decd8.tar.gz otp-1e69822bac15f0a3eb4084fb56beb1bb6d7decd8.tar.bz2 otp-1e69822bac15f0a3eb4084fb56beb1bb6d7decd8.zip |
Peer/sockname resolv doesn't work with IPv6 addrs in HTTP.
OTP-9343
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..2bb4d83c49 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.6.1 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |