diff options
author | Micael Karlberg <[email protected]> | 2011-08-05 14:17:14 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-08-05 14:17:14 +0200 |
commit | c4d931d22f446d60fbde0b7d705fe8103bdeaf5f (patch) | |
tree | da3f46adb32c904dc97b6a9e358ba404a15575c8 /lib/inets/vsn.mk | |
parent | 302b2a1bf0194ca81c7731699b75e4800f718955 (diff) | |
download | otp-c4d931d22f446d60fbde0b7d705fe8103bdeaf5f.tar.gz otp-c4d931d22f446d60fbde0b7d705fe8103bdeaf5f.tar.bz2 otp-c4d931d22f446d60fbde0b7d705fe8103bdeaf5f.zip |
[httpc] Deprecated interface module http has been removed.
It has (long) been replaced by http client interface module httpc.
OTP-9359
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 4abc1733d3..1df4558e45 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 5.7 +INETS_VSN = 5.8 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |