aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/vsn.mk
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-06-15 17:14:54 +0200
committerMicael Karlberg <[email protected]>2011-06-15 17:14:54 +0200
commite4605d7a3b9f9be9e437689a79df0f568df8fdac (patch)
tree22e71c15c35741b7764b31e0a8011e2b22dfc09b /lib/inets/vsn.mk
parent5eec30647ab41ad9a0c9911d2e4e300ecb501333 (diff)
downloadotp-e4605d7a3b9f9be9e437689a79df0f568df8fdac.tar.gz
otp-e4605d7a3b9f9be9e437689a79df0f568df8fdac.tar.bz2
otp-e4605d7a3b9f9be9e437689a79df0f568df8fdac.zip
[httpc] Remove unnecessary usage of iolist_to_binary when
processing body (for PUT and POST). Filipe David Manana OTP-9317
Diffstat (limited to 'lib/inets/vsn.mk')
-rw-r--r--lib/inets/vsn.mk2
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)"