diff options
author | Micael Karlberg <[email protected]> | 2010-02-12 15:55:58 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-02-13 07:29:10 +0100 |
commit | d9286a9a68e8b10dcf006a60ec84a0439e725fac (patch) | |
tree | d49cd8f54778f192593be6943b1661b9d1772d7e /lib/inets/vsn.mk | |
parent | ba3758531a0b6dc6797457279e1ce0f99d282d20 (diff) | |
download | otp-d9286a9a68e8b10dcf006a60ec84a0439e725fac.tar.gz otp-d9286a9a68e8b10dcf006a60ec84a0439e725fac.tar.bz2 otp-d9286a9a68e8b10dcf006a60ec84a0439e725fac.zip |
OTP-8431: Fix error handling of httpc_manager and its starter process
OTP-8431: [email protected]
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 746517eed5..c905532066 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,7 +19,7 @@ APPLICATION = inets INETS_VSN = 5.3 -PRE_VSN =-p13 +PRE_VSN =-p14 APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" TICKETS = \ |