diff options
author | Micael Karlberg <[email protected]> | 2011-09-05 13:54:52 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-09-05 13:54:52 +0200 |
commit | cb1f02ef176767076593a1957506117d9f26dc40 (patch) | |
tree | 003de6c319432e38e1dc66a9a9958d9593b98817 /lib/inets/vsn.mk | |
parent | e0db6ad2087d1750de433b1c198ab8cc08872d79 (diff) | |
parent | c4d931d22f446d60fbde0b7d705fe8103bdeaf5f (diff) | |
download | otp-cb1f02ef176767076593a1957506117d9f26dc40.tar.gz otp-cb1f02ef176767076593a1957506117d9f26dc40.tar.bz2 otp-cb1f02ef176767076593a1957506117d9f26dc40.zip |
Merge branch 'bmk/inets/httpc/remove_deprecated_module_http/OTP-9359' into bmk/inets/inets58_integration
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)" |