summaryrefslogtreecommitdiff
path: root/libsoup/soup-version.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsoup/soup-version.c')
-rw-r--r--libsoup/soup-version.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/libsoup/soup-version.c b/libsoup/soup-version.c
index 8a0fa929..31e7262d 100644
--- a/libsoup/soup-version.c
+++ b/libsoup/soup-version.c
@@ -286,3 +286,22 @@ soup_check_version (guint major,
* Since: 2.42
*/
+/**
+ * SOUP_VERSION_2_44:
+ *
+ * A macro that evaluates to the 2.44 version of libsoup, in a format
+ * that can be used by %SOUP_VERSION_MIN_REQUIRED and
+ * %SOUP_VERSION_MAX_ALLOWED.
+ *
+ * Since: 2.44
+ */
+
+/**
+ * SOUP_VERSION_2_46:
+ *
+ * A macro that evaluates to the 2.46 version of libsoup, in a format
+ * that can be used by %SOUP_VERSION_MIN_REQUIRED and
+ * %SOUP_VERSION_MAX_ALLOWED.
+ *
+ * Since: 2.46
+ */