diff options
Diffstat (limited to 'lib/inets/vsn.mk')
-rw-r--r-- | lib/inets/vsn.mk | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index feb29107bf..778b1ddaf7 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -1,11 +1,16 @@ 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 OTP-9674 -TICKETS_5_3_4 = OTP-8739 OTP-8741 OTP-8742 +TICKETS_5_3_5 = OTP-8940 + +TICKETS_5_3_4 = \ + OTP-8739 \ + OTP-8741 \ + OTP-8742 TICKETS_5_3_3 = \ OTP-8609 \ |