summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Griffis <pgriffis@igalia.com>2022-04-12 10:46:24 -0500
committerPatrick Griffis <pgriffis@igalia.com>2022-04-12 10:46:24 -0500
commit64a42c5849ce9e3f2a37a8e130f0cdb926808bb1 (patch)
tree41081c2fed680722517948a229a4bc99b03b26f2
parent1cc642f00587bf01cc8b7dfa1ca65abbf34774a4 (diff)
downloadlibsoup-64a42c5849ce9e3f2a37a8e130f0cdb926808bb1.tar.gz
version: Allow MIN_REQUIRED=3_0
No API is tagged as 3_0 but it logically still makes sense and was part of our public API.
-rw-r--r--libsoup/soup-version.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsoup/soup-version.h.in b/libsoup/soup-version.h.in
index c302e74c..557bf95f 100644
--- a/libsoup/soup-version.h.in
+++ b/libsoup/soup-version.h.in
@@ -87,8 +87,8 @@ G_BEGIN_DECLS
#if SOUP_VERSION_MAX_ALLOWED < SOUP_VERSION_MIN_REQUIRED
#error "SOUP_VERSION_MAX_ALLOWED must be >= SOUP_VERSION_MIN_REQUIRED"
#endif
-#if SOUP_VERSION_MIN_REQUIRED < SOUP_VERSION_3_2
-#error "SOUP_VERSION_MIN_REQUIRED must be >= SOUP_VERSION_3_2"
+#if SOUP_VERSION_MIN_REQUIRED < SOUP_VERSION_3_0
+#error "SOUP_VERSION_MIN_REQUIRED must be >= SOUP_VERSION_3_0"
#endif
#define SOUP_AVAILABLE_IN_ALL _SOUP_EXTERN