diff options
author | Erlang/OTP <[email protected]> | 2017-09-13 10:36:08 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2017-09-13 10:36:08 +0200 |
commit | 8dcef2e8dc2d743f9e8b056636ea2b936443f5c0 (patch) | |
tree | efa60c177680f414e2c4a9e03c333a50c19b723a /lib/inets/vsn.mk | |
parent | c24f636d3326f75d7d6c4206e1888f2e5420cec1 (diff) | |
parent | fcaa181fb1c2c24309f52636e18e78e83e2662fd (diff) | |
download | otp-8dcef2e8dc2d743f9e8b056636ea2b936443f5c0.tar.gz otp-8dcef2e8dc2d743f9e8b056636ea2b936443f5c0.tar.bz2 otp-8dcef2e8dc2d743f9e8b056636ea2b936443f5c0.zip |
Merge branch 'peterdmv/prepare_inets_release' into maint-20
* peterdmv/prepare_inets_release:
inets: prepare for release
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 96796f11c0..c4314f1ab5 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 6.4 +INETS_VSN = 6.4.1 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |