summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick Griffis <pgriffis@igalia.com>2021-02-23 14:27:20 -0600
committerPatrick Griffis <pgriffis@igalia.com>2021-02-23 14:27:20 -0600
commit0388ea47f1137f8ac9254db4fe7d583e3bc2e7be (patch)
tree3d3c09dcccdd9197e142df3eb561fb0d133275d2 /docs
parent587e43cf50d672d91aa923eb6ac60a28f3ea3a2e (diff)
downloadlibsoup-0388ea47f1137f8ac9254db4fe7d583e3bc2e7be.tar.gz
2.99.12.99.1
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/build-howto.xml8
-rw-r--r--docs/reference/libsoup-3.0-sections.txt8
2 files changed, 8 insertions, 8 deletions
diff --git a/docs/reference/build-howto.xml b/docs/reference/build-howto.xml
index de4e831f..b54697f4 100644
--- a/docs/reference/build-howto.xml
+++ b/docs/reference/build-howto.xml
@@ -37,19 +37,19 @@ LIBSOUP_CFLAGS="$LIBSOUP_CFLAGS -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_3_2"</pr
<para>Or with Meson:</para>
<informalexample><programlisting>add_project_arguments(
- '-DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_3_0',
- '-DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_3_2',
+ '-DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_99',
+ '-DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_3_0',
language: 'c'
)</programlisting></informalexample>
<para>The <literal>SOUP_VERSION_MIN_REQUIRED</literal> declaration states that the code is not
expected to compile on versions of <application>libsoup</application> older than the
- indicated version (here, 3.0), and so the compiler should print warnings if the code uses
+ indicated version, and so the compiler should print warnings if the code uses
functions that were deprecated as of that release.</para>
<para>The <literal>SOUP_VERSION_MAX_ALLOWED</literal> declaration states that the code
<emphasis>is</emphasis> expected to compile on versions of
- <application>libsoup</application> up to the indicated version (here, 3.2), and so, when
+ <application>libsoup</application> up to the indicated version, and so, when
compiling the program against a newer version than that, the compiler should print warnings
if the code uses functions that did not yet exist in the max-allowed release.</para>
diff --git a/docs/reference/libsoup-3.0-sections.txt b/docs/reference/libsoup-3.0-sections.txt
index b749d246..294301e5 100644
--- a/docs/reference/libsoup-3.0-sections.txt
+++ b/docs/reference/libsoup-3.0-sections.txt
@@ -817,16 +817,16 @@ SOUP_CHECK_VERSION
<SUBSECTION>
SOUP_VERSION_MIN_REQUIRED
SOUP_VERSION_MAX_ALLOWED
-SOUP_VERSION_2_90
+SOUP_VERSION_2_99
SOUP_VERSION_3_0
<SUBSECTION Private>
SOUP_AVAILABLE_IN_ALL
-SOUP_AVAILABLE_IN_2_90
+SOUP_AVAILABLE_IN_2_99
SOUP_AVAILABLE_IN_3_0
SOUP_DEPRECATED_IN_3_0
-SOUP_DEPRECATED_IN_2_90
+SOUP_DEPRECATED_IN_2_99
SOUP_DEPRECATED_IN_3_0_FOR
-SOUP_DEPRECATED_IN_2_90_FOR
+SOUP_DEPRECATED_IN_2_99_FOR
SOUP_ENCODE_VERSION
SOUP_VAR
SOUP_VERSION_CUR_STABLE