diff options
author | Micael Karlberg <[email protected]> | 2010-03-19 14:48:15 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-03-19 14:48:15 +0000 |
commit | c9f480b49256e1f7869265e4346c594fa4f90fd5 (patch) | |
tree | 0835a66f6b79fa7902f359b4c02fded09bfc8ace /lib/inets/vsn.mk | |
parent | d98796f44dfd874b8a9887d60c8367386198d4cc (diff) | |
download | otp-c9f480b49256e1f7869265e4346c594fa4f90fd5.tar.gz otp-c9f480b49256e1f7869265e4346c594fa4f90fd5.tar.bz2 otp-c9f480b49256e1f7869265e4346c594fa4f90fd5.zip |
OTP-8508 & OTP-8509.
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 23de8906e7..401bf4d37d 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -18,11 +18,13 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 5.3 +INETS_VSN = 5.3.1 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" -TICKETS = \ +TICKETS = OTP-8508 OTP-8509 + +TICKETS_5_3 = \ OTP-8016 \ OTP-8056 \ OTP-8103 \ |