diff options
author | Péter Dimitrov <[email protected]> | 2018-08-27 16:18:18 +0200 |
---|---|---|
committer | Péter Dimitrov <[email protected]> | 2018-08-27 16:18:18 +0200 |
commit | 7db7a1caeeee21682f37cfa95f9f026074e03ccf (patch) | |
tree | e47255259cece7ba59140f56dbe7aa2aee45bfaa /lib/inets/vsn.mk | |
parent | b47fa83ff514feafa3debe841f2697c29fa2ca49 (diff) | |
parent | ab8faff46daf24db6f20dc2a307cf68d53034450 (diff) | |
download | otp-7db7a1caeeee21682f37cfa95f9f026074e03ccf.tar.gz otp-7db7a1caeeee21682f37cfa95f9f026074e03ccf.tar.bz2 otp-7db7a1caeeee21682f37cfa95f9f026074e03ccf.zip |
Merge branch 'maint-20' into maint
* maint-20:
inets: Prepare for release
inets: Robust handling of 204, 304, 1xx responses
inets: Do not use chunked encoding with 1xx, 204, 304
Change-Id: Ia88eb1d217b46fb01b1d7544d9ef34788c87abbd
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 7cd5ea61ab..26adb854e1 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 7.0.1 +INETS_VSN = 7.0.2 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |