diff options
author | Micael Karlberg <[email protected]> | 2010-04-21 13:20:38 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-04-21 13:20:38 +0000 |
commit | 91c89d54d45989a85367f10d5902b9b508754a49 (patch) | |
tree | e3f3a5183766bb4cd11875fe4cfcca811f418b79 /lib/inets/vsn.mk | |
parent | 08225797f7ef943d0c82a1d9dd6650d94ca2580d (diff) | |
download | otp-91c89d54d45989a85367f10d5902b9b508754a49.tar.gz otp-91c89d54d45989a85367f10d5902b9b508754a49.tar.bz2 otp-91c89d54d45989a85367f10d5902b9b508754a49.zip |
OTP-8542: Merge from dev-branch.
Diffstat (limited to 'lib/inets/vsn.mk')
-rw-r--r-- | lib/inets/vsn.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index 401bf4d37d..ba808a2415 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -18,11 +18,15 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 5.3.1 +INETS_VSN = 5.3.2 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" -TICKETS = OTP-8508 OTP-8509 +TICKETS = OTP-8542 + +TICKETS_5_3_1 = \ + OTP-8508 \ + OTP-8509 TICKETS_5_3 = \ OTP-8016 \ |