diff options
author | Erlang/OTP <[email protected]> | 2019-02-01 11:39:25 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-02-01 11:39:25 +0100 |
commit | 495f3c7aaff1b3985c896aef7f90b23dcf05382c (patch) | |
tree | e27fca683d60acbcedc0607a44d9f40260604cab /lib/inets/vsn.mk | |
parent | 77704af9ca36204235cee7cfdb89b0643a5693db (diff) | |
download | otp-495f3c7aaff1b3985c896aef7f90b23dcf05382c.tar.gz otp-495f3c7aaff1b3985c896aef7f90b23dcf05382c.tar.bz2 otp-495f3c7aaff1b3985c896aef7f90b23dcf05382c.zip |
Prepare release
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 1d1560213e..921161dce1 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 7.0.4 +INETS_VSN = 7.0.5 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |