diff options
author | Micael Karlberg <[email protected]> | 2010-01-15 17:01:59 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-01-15 17:01:59 +0000 |
commit | b11ae687581f3c55dc2dea3c8ced5931b5ecaed1 (patch) | |
tree | 2426cc6760fe86a758e0363071a74670bbc9564d /lib/inets/vsn.mk | |
parent | e9adb6d0ef8426dec1f8f3211cabb49fc4464c01 (diff) | |
download | otp-b11ae687581f3c55dc2dea3c8ced5931b5ecaed1.tar.gz otp-b11ae687581f3c55dc2dea3c8ced5931b5ecaed1.tar.bz2 otp-b11ae687581f3c55dc2dea3c8ced5931b5ecaed1.zip |
OTP-8016, OTP-8056, OTP-8103, OTP-8106, OTP-8312, OTP-8315, OTP-8327, OTP-8349,
OTP-8351, OTP-8359 & OTP-8371.
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 34c18c4d13..433724f190 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,7 +19,7 @@ APPLICATION = inets INETS_VSN = 5.3 -PRE_VSN =-p10 +PRE_VSN =-p12 APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" TICKETS = \ |