diff options
author | Henrik Nord <[email protected]> | 2015-10-06 11:03:03 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2015-10-06 11:03:03 +0200 |
commit | 4f9905824002bebc33c2914669b4c364927cb0ee (patch) | |
tree | c91cc3e003b406e049c83ae73b208e10912d6df6 /lib/inets/vsn.mk | |
parent | 02a7407dfefd539b6850c13e1e3f4df9afd715ac (diff) | |
parent | a2c538dee3013bb6285027d9ae45b7f055e8e8eb (diff) | |
download | otp-4f9905824002bebc33c2914669b4c364927cb0ee.tar.gz otp-4f9905824002bebc33c2914669b4c364927cb0ee.tar.bz2 otp-4f9905824002bebc33c2914669b4c364927cb0ee.zip |
Merge branch 'maint-18' 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 a6aeedfe12..480caeca4b 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 6.0.1 +INETS_VSN = 6.0.2 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |