diff options
author | Erlang/OTP <[email protected]> | 2018-04-30 10:03:17 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-04-30 10:03:17 +0200 |
commit | 345f7f527a4c26ef49cef0d81e2c8b71bf01ebc3 (patch) | |
tree | 7720bfd3c3ce761655f8402a56d1b6c59795e4e8 /lib/inets | |
parent | 6e729eb3d4edf2a2f5f0d7b0a0d36f7e3d031a40 (diff) | |
download | otp-345f7f527a4c26ef49cef0d81e2c8b71bf01ebc3.tar.gz otp-345f7f527a4c26ef49cef0d81e2c8b71bf01ebc3.tar.bz2 otp-345f7f527a4c26ef49cef0d81e2c8b71bf01ebc3.zip |
Update version numbers
Diffstat (limited to 'lib/inets')
-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 3a489357ff..c86b5c0b48 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 6.5.1 +INETS_VSN = 7.0 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |