diff options
author | Sverker Eriksson <[email protected]> | 2016-05-09 16:47:41 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2016-05-09 16:47:41 +0200 |
commit | d7e7284c4f94a6cc205519692cc48835c45d342a (patch) | |
tree | 26a6eae2cac31a6b4e99cdec88424416504c601f /lib/inets | |
parent | f46d8a7f862a3f634b16c90426cb8601001c9de4 (diff) | |
download | otp-d7e7284c4f94a6cc205519692cc48835c45d342a.tar.gz otp-d7e7284c4f94a6cc205519692cc48835c45d342a.tar.bz2 otp-d7e7284c4f94a6cc205519692cc48835c45d342a.zip |
inets: Fix faulty merge commit
d5f8d55b37c9c63418b4fe8ad5a5aa197a9a4385
Diffstat (limited to 'lib/inets')
-rw-r--r-- | lib/inets/vsn.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index ef985f7c4e..543e0d44fd 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -18,6 +18,7 @@ # # %CopyrightEnd% +APPLICATION = inets INETS_VSN = 6.3 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |