diff options
Diffstat (limited to 'docs/libnm/html/libnm-nm-version-macros.html')
| -rw-r--r-- | docs/libnm/html/libnm-nm-version-macros.html | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/docs/libnm/html/libnm-nm-version-macros.html b/docs/libnm/html/libnm-nm-version-macros.html index a9872264..2e411e1c 100644 --- a/docs/libnm/html/libnm-nm-version-macros.html +++ b/docs/libnm/html/libnm-nm-version-macros.html @@ -172,11 +172,7 @@ </tr> <tr> <td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="libnm-nm-version-macros.html#NM-VERSION-1-42-2:CAPS" title="NM_VERSION_1_42_2">NM_VERSION_1_42_2</a></td> -</tr> -<tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="libnm-nm-version-macros.html#NM-VERSION-1-42-8:CAPS" title="NM_VERSION_1_42_8">NM_VERSION_1_42_8</a></td> +<td class="function_name"><a class="link" href="libnm-nm-version-macros.html#NM-VERSION-1-44:CAPS" title="NM_VERSION_1_44">NM_VERSION_1_44</a></td> </tr> <tr> <td class="define_keyword">#define</td> @@ -257,7 +253,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 (42) +<pre class="programlisting">#define NM_MINOR_VERSION (44) </pre> <p>Evaluates to the minor version number of NetworkManager which this source is compiled against.</p> @@ -265,7 +261,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 (8) +<pre class="programlisting">#define NM_MICRO_VERSION (0) </pre> <p>Evaluates to the micro version number of NetworkManager which this source compiled against.</p> @@ -416,14 +412,8 @@ compiled against.</p> </div> <hr> <div class="refsect2"> -<a name="NM-VERSION-1-42-2:CAPS"></a><h3>NM_VERSION_1_42_2</h3> -<pre class="programlisting">#define NM_VERSION_1_42_2 (NM_ENCODE_VERSION(1, 42, 2)) -</pre> -</div> -<hr> -<div class="refsect2"> -<a name="NM-VERSION-1-42-8:CAPS"></a><h3>NM_VERSION_1_42_8</h3> -<pre class="programlisting">#define NM_VERSION_1_42_8 (NM_ENCODE_VERSION(1, 42, 8)) +<a name="NM-VERSION-1-44:CAPS"></a><h3>NM_VERSION_1_44</h3> +<pre class="programlisting">#define NM_VERSION_1_44 (NM_ENCODE_VERSION(1, 44, 0)) </pre> </div> <hr> |