diff options
author | Erlang/OTP <[email protected]> | 2018-07-20 14:09:37 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-07-20 14:09:37 +0200 |
commit | beac5e5e0795e7814f317e55dd3746082e3e5202 (patch) | |
tree | 0b87af9073884aefe129e37d94ce0345a3095c55 /lib/inets/vsn.mk | |
parent | ad2205cd987bd701207b584bc6a425ffee247a1c (diff) | |
parent | e3e6085d1896b27a4a416f1afa0bb8f090edcc49 (diff) | |
download | otp-beac5e5e0795e7814f317e55dd3746082e3e5202.tar.gz otp-beac5e5e0795e7814f317e55dd3746082e3e5202.tar.bz2 otp-beac5e5e0795e7814f317e55dd3746082e3e5202.zip |
Merge branch 'ingela/inets/error-handling-eisdir-mod-get/ERIERL-207/OTP-15192' into maint-20
* ingela/inets/error-handling-eisdir-mod-get/ERIERL-207/OTP-15192:
inets: Prepare for release
inets: Improve error handling
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 1b21956a62..cf4a27147d 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 6.5.2.1 +INETS_VSN = 6.5.2.2 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |