diff options
author | Hans Bolinder <[email protected]> | 2017-05-02 12:32:39 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2017-05-02 12:32:39 +0200 |
commit | 37decbb64953cd65bde2f7003ef5057dc0615ff1 (patch) | |
tree | 688444cfd1f1d4447c4216ebdaee2b838915931e /lib/inets/vsn.mk | |
parent | 22e7443d9df041185944a7d49b30459ba4609849 (diff) | |
parent | 0298a195873c606ac885d37f54a098eca3d7905a (diff) | |
download | otp-37decbb64953cd65bde2f7003ef5057dc0615ff1.tar.gz otp-37decbb64953cd65bde2f7003ef5057dc0615ff1.tar.bz2 otp-37decbb64953cd65bde2f7003ef5057dc0615ff1.zip |
Merge branch 'maint-19' into maint
* maint-19:
Updated OTP version
Prepare release
inets: Add missing release note
dialyzer: Fix a bug regarding unknown types
erl_mseg.c: don't use invalid indices in - > cache_powered_node[]
Fix release note for OTP-14290
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 b0b39b54c5..b3dec0cb59 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 6.3.7 +INETS_VSN = 6.3.8 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |