diff options
author | Micael Karlberg <[email protected]> | 2011-10-25 12:48:03 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-10-25 12:48:03 +0200 |
commit | be97727709814ca6e872806f30933b267c6f700b (patch) | |
tree | 5729880b16aeff37865b01ad7c79bac3a1b8e781 /lib/inets/vsn.mk | |
parent | 07c75e55e80b81960de6f5b0deecd5eb94712efb (diff) | |
download | otp-be97727709814ca6e872806f30933b267c6f700b.tar.gz otp-be97727709814ca6e872806f30933b267c6f700b.tar.bz2 otp-be97727709814ca6e872806f30933b267c6f700b.zip |
Added release notes, appup and correct version.
OTP-9655
Diffstat (limited to 'lib/inets/vsn.mk')
-rw-r--r-- | lib/inets/vsn.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index feb29107bf..6f5f4eb9f7 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -1,9 +1,11 @@ APPLICATION = inets -INETS_VSN = 5.3.5 +INETS_VSN = 5.3.6 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" -TICKETS = OTP-8940 +TICKETS = OTP-9655 + +TICKETS_5_3_5 = OTP-8940 TICKETS_5_3_4 = OTP-8739 OTP-8741 OTP-8742 |