diff options
author | Micael Karlberg <[email protected]> | 2012-01-20 18:40:10 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2012-01-20 18:40:10 +0100 |
commit | e8d003e44171f4ed04aaa017b7010ee5746162a9 (patch) | |
tree | be3b89e0f25d74d59134396e9043277532cf8478 /lib/inets/vsn.mk | |
parent | 5790c87a3c155dbe49b82a8f3b3b74f9fec9d71d (diff) | |
parent | 4f9b2b2b2917ffca17be3a897674ffe76011237f (diff) | |
download | otp-e8d003e44171f4ed04aaa017b7010ee5746162a9.tar.gz otp-e8d003e44171f4ed04aaa017b7010ee5746162a9.tar.bz2 otp-e8d003e44171f4ed04aaa017b7010ee5746162a9.zip |
[inets] Merged from R14B and also fixed appup
Merge from R14B integration branch (for inets-5.7.3) and
fixed appup and corresponding code-change code to work
in new version (inets-5.8.1).
Also some minor (R15B specific) test suite fixes.
Merge branch 'bmk/inets/inets573_integration' into bmk/inets/inets581_integration/r15
Conflicts:
lib/inets/doc/src/notes.xml
lib/inets/src/http_client/httpc_internal.hrl
lib/inets/src/inets_app/inets.appup.src
lib/inets/vsn.mk
Diffstat (limited to 'lib/inets/vsn.mk')
-rw-r--r-- | lib/inets/vsn.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index 1df4558e45..77eb43a7ed 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -2,7 +2,7 @@ # %CopyrightBegin% # -# Copyright Ericsson AB 2001-2011. All Rights Reserved. +# Copyright Ericsson AB 2001-2012. All Rights Reserved. # # The contents of this file are subject to the Erlang Public License, # Version 1.1, (the "License"); you may not use this file except in @@ -18,7 +18,7 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 5.8 +INETS_VSN = 5.8.1 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |