diff options
author | Micael Karlberg <[email protected]> | 2010-02-12 16:16:06 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-02-13 07:29:33 +0100 |
commit | 201ccdd08bd2a591fe1e348a9a1df3d94a3606e4 (patch) | |
tree | ef58ff0bd7b9775be0c74fb0ff230fc6b3f71441 /lib/inets | |
parent | ed792cc2b75c3ff8fbf8397ef89951a67effb660 (diff) | |
download | otp-201ccdd08bd2a591fe1e348a9a1df3d94a3606e4.tar.gz otp-201ccdd08bd2a591fe1e348a9a1df3d94a3606e4.tar.bz2 otp-201ccdd08bd2a591fe1e348a9a1df3d94a3606e4.zip |
OTP-8016, OTP-8056, OTP-8103, OTP-8106, OTP-8312, OTP-8315, OTP-8327,
OTP-8349, OTP-8351, OTP-8352, OTP-8359 & OTP-8371.
Diffstat (limited to 'lib/inets')
-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 c905532066..23de8906e7 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,7 +19,7 @@ APPLICATION = inets INETS_VSN = 5.3 -PRE_VSN =-p14 +PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" TICKETS = \ |