diff options
author | Hans Nilsson <[email protected]> | 2014-09-03 09:15:19 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2014-09-03 09:15:19 +0200 |
commit | 485968e6f6cbd0bc244f3295be97cea8097310a3 (patch) | |
tree | e4912d8142cb8c5b9f61b6968e04099fedabede0 /lib/inets | |
parent | 6e2645a3714badee75b78beb83eddf55c97c25be (diff) | |
parent | ab526c6500c61d03e632fefcac9f46c08c150556 (diff) | |
download | otp-485968e6f6cbd0bc244f3295be97cea8097310a3.tar.gz otp-485968e6f6cbd0bc244f3295be97cea8097310a3.tar.bz2 otp-485968e6f6cbd0bc244f3295be97cea8097310a3.zip |
Merge branch 'maint'
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 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)" |