[libsoup] version: Allow MIN_REQUIRED=3_0
- From: Patrick Griffis <pgriffis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup] version: Allow MIN_REQUIRED=3_0
- Date: Tue, 12 Apr 2022 15:47:24 +0000 (UTC)
commit 64a42c5849ce9e3f2a37a8e130f0cdb926808bb1
Author: Patrick Griffis <pgriffis igalia com>
Date: Tue Apr 12 10:46:24 2022 -0500
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.
libsoup/soup-version.h.in | 4 ++--
1 file 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]