diff options
author | Péter Dimitrov <[email protected]> | 2017-09-05 11:33:16 +0200 |
---|---|---|
committer | Péter Dimitrov <[email protected]> | 2017-09-05 11:33:16 +0200 |
commit | fcaa181fb1c2c24309f52636e18e78e83e2662fd (patch) | |
tree | 95c2499f4522e7802f24465bf7042db9b09aa0e3 /lib/inets/vsn.mk | |
parent | a230f26086b3db9097f06d4bb91fb3b2e9379c77 (diff) | |
download | otp-fcaa181fb1c2c24309f52636e18e78e83e2662fd.tar.gz otp-fcaa181fb1c2c24309f52636e18e78e83e2662fd.tar.bz2 otp-fcaa181fb1c2c24309f52636e18e78e83e2662fd.zip |
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)" |