diff options
author | Hans Nilsson <[email protected]> | 2014-09-03 09:13:41 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2014-09-03 09:13:41 +0200 |
commit | b2f2a98e97b3ab3741114cc15f95498023c6bf9e (patch) | |
tree | 1e68979c73f8dfa14873f4a44d3f336bbc96e3e1 | |
parent | d49002be749402a1a603fc478116ba9476beae97 (diff) | |
download | otp-b2f2a98e97b3ab3741114cc15f95498023c6bf9e.tar.gz otp-b2f2a98e97b3ab3741114cc15f95498023c6bf9e.tar.bz2 otp-b2f2a98e97b3ab3741114cc15f95498023c6bf9e.zip |
inets: update 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 79081f371c..029f6ac4d2 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -18,6 +18,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 5.10.2 +INETS_VSN = 5.10.3 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |