summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Griffis <pgriffis@igalia.com>2021-08-22 17:48:30 -0500
committerPatrick Griffis <pgriffis@igalia.com>2021-08-22 17:48:30 -0500
commit36f23cc18bb75185a78f623dd457d034c49b45d2 (patch)
treed24a9679664902ec3471405043be7f9590b1cc73
parent63b1d319c6a0d4fde69f074c2fe04ff9767e7684 (diff)
downloadlibsoup-36f23cc18bb75185a78f623dd457d034c49b45d2.tar.gz
docs: Refer to 2.74.0 for ssl changes
In the end 2.72.1 wasn't released.
-rw-r--r--libsoup/soup-session.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsoup/soup-session.c b/libsoup/soup-session.c
index 10f0075b..83421ef9 100644
--- a/libsoup/soup-session.c
+++ b/libsoup/soup-session.c
@@ -3416,7 +3416,7 @@ soup_session_class_init (SoupSessionClass *session_class)
* https certificate validation is handled.
*
* If you are using #SoupSessionAsync or
- * #SoupSessionSync, on libsoup older than 2.72.1, the default value
+ * #SoupSessionSync, on libsoup older than 2.74.0, the default value
* is %FALSE, for backward compatibility.
*
* Since: 2.38
@@ -3454,7 +3454,7 @@ soup_session_class_init (SoupSessionClass *session_class)
* #SoupSession:ssl-use-system-ca-file will be %TRUE by
* default, and so this property will be a copy of the system
* CA database. If you are using #SoupSessionAsync or
- * #SoupSessionSync, on libsoup older than 2.72.1, this property
+ * #SoupSessionSync, on libsoup older than 2.74.0, this property
* will be %NULL by default.
*
* Since: 2.38