Skip to content

Commit cfd69c1

Browse files
committed
docs: the next release will be 7.52.0
1 parent b8c35f4 commit cfd69c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/curl.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1849,7 +1849,7 @@ Forces curl to use TLS version 1.2 when negotiating with a remote TLS server.
18491849
.IP "--tlsv1.3"
18501850
(SSL)
18511851
Forces curl to use TLS version 1.3 when negotiating with a remote TLS server.
1852-
(Added in 7.51.1)
1852+
(Added in 7.52.0)
18531853
.IP "--tr-encoding"
18541854
(HTTP) Request a compressed Transfer-Encoding response using one of the
18551855
algorithms curl supports, and uncompress the data while receiving it.

docs/libcurl/opts/CURLOPT_SSLVERSION.3

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ TLSv1.1 (Added in 7.34.0)
4949
.IP CURL_SSLVERSION_TLSv1_2
5050
TLSv1.2 (Added in 7.34.0)
5151
.IP CURL_SSLVERSION_TLSv1_3
52-
TLSv1.3 (Added in 7.51.1)
52+
TLSv1.3 (Added in 7.52.0)
5353
.RE
5454
.SH DEFAULT
5555
CURL_SSLVERSION_DEFAULT

docs/libcurl/symbols-in-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ CURL_SSLVERSION_TLSv1 7.9.2
773773
CURL_SSLVERSION_TLSv1_0 7.34.0
774774
CURL_SSLVERSION_TLSv1_1 7.34.0
775775
CURL_SSLVERSION_TLSv1_2 7.34.0
776-
CURL_SSLVERSION_TLSv1_3 7.51.1
776+
CURL_SSLVERSION_TLSv1_3 7.52.0
777777
CURL_TIMECOND_IFMODSINCE 7.9.7
778778
CURL_TIMECOND_IFUNMODSINCE 7.9.7
779779
CURL_TIMECOND_LASTMOD 7.9.7

0 commit comments

Comments
 (0)