diff options
| author | Michael Biebl <biebl@debian.org> | 2024-10-02 22:18:04 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-10-02 22:18:04 +0200 |
| commit | 9972a27754bf5821d09a630233294b4d12faff1b (patch) | |
| tree | 4683bc4b1bb5c47147d6234c41241f84f0507449 /docs/libnm/html/libnm-nm-version-macros.html | |
| parent | 4bc688271732081f7e93ac77737645c2bb68a81c (diff) | |
| parent | 56928734cbcf1d3a02fae4f152a541df1b04e04a (diff) | |
Update upstream source from tag 'upstream/1.50.0'
Update to upstream version '1.50.0' with Debian dir 3e8ab0d456db6ba34def0fe144bdba6657c05393
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> |