diff options
author | Erlang/OTP <[email protected]> | 2016-04-01 20:18:49 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2016-04-01 20:18:49 +0200 |
commit | 488f8b45695cacb3b3e1162ac132596f04d0e00d (patch) | |
tree | c39125145da68bb80e325c92fd66ae09abbb2b25 /lib/inets/vsn.mk | |
parent | 523e048754f5086a6cc4fd9a250e1b495fc5b9b8 (diff) | |
parent | b9c0ace0ca8a7ef8f6abe3acaf479716f9ea0f62 (diff) | |
download | otp-488f8b45695cacb3b3e1162ac132596f04d0e00d.tar.gz otp-488f8b45695cacb3b3e1162ac132596f04d0e00d.tar.bz2 otp-488f8b45695cacb3b3e1162ac132596f04d0e00d.zip |
Merge branch 'ia/inets/bracket-option/OTP-13417' into maint-18
* ia/inets/bracket-option/OTP-13417:
inets: Prepare for release
inets: Mend ipv6_host_with_brackets option
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 3d25b328af..df2359e012 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 6.2 +INETS_VSN = 6.2.1 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |