summary refs log tree commit diff
path: root/docs/libnm/html/libnm-nm-version-macros.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libnm/html/libnm-nm-version-macros.html')
-rw-r--r--docs/libnm/html/libnm-nm-version-macros.html16
1 files changed, 13 insertions, 3 deletions
diff --git a/docs/libnm/html/libnm-nm-version-macros.html b/docs/libnm/html/libnm-nm-version-macros.html
index 84d453aa..db2123c0 100644
--- a/docs/libnm/html/libnm-nm-version-macros.html
+++ b/docs/libnm/html/libnm-nm-version-macros.html
@@ -180,6 +180,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-48:CAPS" title="NM_VERSION_1_48">NM_VERSION_1_48</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>
@@ -234,7 +238,7 @@
 </div>
 <div class="refsect3">
 <a name="NM-CHECK-VERSION.returns"></a><h4>Returns</h4>
-<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the version of the NetworkManager header files
+<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the version of the NetworkManager header files
 is the same as or newer than the passed-in version.</p>
 </div>
 </div>
@@ -257,7 +261,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 (46)
+<pre class="programlisting">#define NM_MINOR_VERSION (47)
 </pre>
 <p>Evaluates to the minor version number of NetworkManager which this source
 is compiled against.</p>
@@ -265,7 +269,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 (0)
+<pre class="programlisting">#define NM_MICRO_VERSION (90)
 </pre>
 <p>Evaluates to the micro version number of NetworkManager which this source
 compiled against.</p>
@@ -428,6 +432,12 @@ compiled against.</p>
 </div>
 <hr>
 <div class="refsect2">
+<a name="NM-VERSION-1-48:CAPS"></a><h3>NM_VERSION_1_48</h3>
+<pre class="programlisting">#define NM_VERSION_1_48   (NM_ENCODE_VERSION(1, 48, 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>