diff options
author | Hans Nilsson <[email protected]> | 2016-06-29 12:26:18 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-06-29 12:26:18 +0200 |
commit | 594ce0721b872e93cd8b7522224902e66af8dfa6 (patch) | |
tree | 0e6560ec4d594bd45023cad62345e6524a65b5fd | |
parent | e0b3bd1c394c2ccf8190cb1c3768c8314d265e5a (diff) | |
download | otp-594ce0721b872e93cd8b7522224902e66af8dfa6.tar.gz otp-594ce0721b872e93cd8b7522224902e66af8dfa6.tar.bz2 otp-594ce0721b872e93cd8b7522224902e66af8dfa6.zip |
inets: updated version
-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 543e0d44fd..3408c3b128 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 6.3 +INETS_VSN = 6.3.1 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |