diff options
| author | Michael Biebl <biebl@debian.org> | 2024-10-02 22:17:51 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-10-02 22:17:51 +0200 |
| commit | 56928734cbcf1d3a02fae4f152a541df1b04e04a (patch) | |
| tree | ff88b37a2bf9d26caf1830ceb1e9a131375b6894 /docs/libnm/html/libnm-nm-version-macros.html | |
| parent | df14a83a8b0c4354a51b392ae51a084b4b9c1b5a (diff) | |
New upstream version 1.50.0 upstream/1.50.0
Diffstat (limited to 'docs/libnm/html/libnm-nm-version-macros.html')
| -rw-r--r-- | docs/libnm/html/libnm-nm-version-macros.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libnm/html/libnm-nm-version-macros.html b/docs/libnm/html/libnm-nm-version-macros.html index 2530d986..1b484fd4 100644 --- a/docs/libnm/html/libnm-nm-version-macros.html +++ b/docs/libnm/html/libnm-nm-version-macros.html @@ -265,7 +265,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 (49) +<pre class="programlisting">#define NM_MINOR_VERSION (50) </pre> <p>Evaluates to the minor version number of NetworkManager which this source is compiled against.</p> @@ -273,7 +273,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 (91) +<pre class="programlisting">#define NM_MICRO_VERSION (0) </pre> <p>Evaluates to the micro version number of NetworkManager which this source compiled against.</p> |