diff options
| author | Michael Biebl <biebl@debian.org> | 2024-01-25 09:46:18 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-01-25 09:46:18 +0100 |
| commit | 70e18d99b8e3e77bb37e218d7ac582130156f8ef (patch) | |
| tree | d40c587e6d3f0e094ff558e415f1bb9803643214 /docs/libnm/html/libnm-nm-version-macros.html | |
| parent | d4d8b2b91f7ba000d97a8b2aab48c85000c11314 (diff) | |
New upstream version 1.45.90 upstream/1.45.90
Diffstat (limited to 'docs/libnm/html/libnm-nm-version-macros.html')
| -rw-r--r-- | docs/libnm/html/libnm-nm-version-macros.html | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/libnm/html/libnm-nm-version-macros.html b/docs/libnm/html/libnm-nm-version-macros.html index 07492f59..2055eb48 100644 --- a/docs/libnm/html/libnm-nm-version-macros.html +++ b/docs/libnm/html/libnm-nm-version-macros.html @@ -176,6 +176,10 @@ </tr> <tr> <td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libnm-nm-version-macros.html#NM-VERSION-1-46:CAPS" title="NM_VERSION_1_46">NM_VERSION_1_46</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> <td class="function_name"><a class="link" href="libnm-nm-version-macros.html#NM-API-VERSION:CAPS" title="NM_API_VERSION">NM_API_VERSION</a></td> </tr> <tr> @@ -253,7 +257,7 @@ is compiled against.</p> <hr> <div class="refsect2"> <a name="NM-MINOR-VERSION:CAPS"></a><h3>NM_MINOR_VERSION</h3> -<pre class="programlisting">#define NM_MINOR_VERSION (44) +<pre class="programlisting">#define NM_MINOR_VERSION (45) </pre> <p>Evaluates to the minor version number of NetworkManager which this source is compiled against.</p> @@ -261,7 +265,7 @@ is compiled against.</p> <hr> <div class="refsect2"> <a name="NM-MICRO-VERSION:CAPS"></a><h3>NM_MICRO_VERSION</h3> -<pre class="programlisting">#define NM_MICRO_VERSION (2) +<pre class="programlisting">#define NM_MICRO_VERSION (90) </pre> <p>Evaluates to the micro version number of NetworkManager which this source compiled against.</p> @@ -418,6 +422,12 @@ compiled against.</p> </div> <hr> <div class="refsect2"> +<a name="NM-VERSION-1-46:CAPS"></a><h3>NM_VERSION_1_46</h3> +<pre class="programlisting">#define NM_VERSION_1_46 (NM_ENCODE_VERSION(1, 46, 0)) +</pre> +</div> +<hr> +<div class="refsect2"> <a name="NM-API-VERSION:CAPS"></a><h3>NM_API_VERSION</h3> <pre class="programlisting">#define NM_API_VERSION</pre> </div> |