diff options
author | Micael Karlberg <[email protected]> | 2011-09-06 12:12:10 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-09-06 12:12:10 +0200 |
commit | 68911f0221998d471114b6e6aac73d43d3025c8a (patch) | |
tree | e3a1dd5bf787fa2b1e53a2415f2d150b2ac406ff /lib/inets/vsn.mk | |
parent | 5bdbfa33f7142b888f833b8f2f80cdf2198d9212 (diff) | |
download | otp-68911f0221998d471114b6e6aac73d43d3025c8a.tar.gz otp-68911f0221998d471114b6e6aac73d43d3025c8a.tar.bz2 otp-68911f0221998d471114b6e6aac73d43d3025c8a.zip |
[httpc] Parsing of a cookie expire date should be more forgiving.
That is, if the parsing fails, the date should be ignored.
Also added support for (yet another) date format: "Tue Jan 01 08:00:01 2036 GMT"
OTP-9433
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 4abc1733d3..0e77bf913d 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 5.7 +INETS_VSN = 5.7.1 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |