diff options
author | Hans Nilsson <[email protected]> | 2017-05-12 10:34:25 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-05-12 10:34:25 +0200 |
commit | 736de00985c1ed44760e52283eeb727d3f14bb1f (patch) | |
tree | 1f5fab5eb321c6979840707125d7eca9842c0635 /lib/inets/vsn.mk | |
parent | 6e4cb1248e354760d137fff297655f96cfb291cb (diff) | |
parent | f954cdea9b67369185094a3aea7cb611dd680b3c (diff) | |
download | otp-736de00985c1ed44760e52283eeb727d3f14bb1f.tar.gz otp-736de00985c1ed44760e52283eeb727d3f14bb1f.tar.bz2 otp-736de00985c1ed44760e52283eeb727d3f14bb1f.zip |
Merge branch 'maint-19' into maint
Diffstat (limited to 'lib/inets/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 b3dec0cb59..758cef7ac4 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 6.3.8 +INETS_VSN = 6.3.9 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |