diff options
author | Erlang/OTP <[email protected]> | 2017-03-31 12:58:36 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2017-03-31 12:58:36 +0200 |
commit | 71f7e9155c4867f4e8036704337c21127f508dfb (patch) | |
tree | a29895760fed3c6530fa4eaf3ca37d669ab21dbb /lib/inets | |
parent | b209cea8bd69aa71aef919e794988d3367f36891 (diff) | |
download | otp-71f7e9155c4867f4e8036704337c21127f508dfb.tar.gz otp-71f7e9155c4867f4e8036704337c21127f508dfb.tar.bz2 otp-71f7e9155c4867f4e8036704337c21127f508dfb.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 f2288466f8..b0b39b54c5 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 6.3.6 +INETS_VSN = 6.3.7 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |