From 56928734cbcf1d3a02fae4f152a541df1b04e04a Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 2 Oct 2024 22:17:51 +0200 Subject: New upstream version 1.50.0 --- docs/libnm/html/index.html | 2 +- docs/libnm/html/libnm-nm-version-macros.html | 4 ++-- docs/libnm/html/usage.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/libnm/html') diff --git a/docs/libnm/html/index.html b/docs/libnm/html/index.html index f2bcdd90..c047e326 100644 --- a/docs/libnm/html/index.html +++ b/docs/libnm/html/index.html @@ -15,7 +15,7 @@

- for libnm 1.49.91 + for libnm 1.50.0 The latest version of this documentation can be found on-line at https://networkmanager.dev/docs/libnm/latest/. 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.


NM_MINOR_VERSION

-
#define NM_MINOR_VERSION (49)
+
#define NM_MINOR_VERSION (50)
 

Evaluates to the minor version number of NetworkManager which this source is compiled against.

@@ -273,7 +273,7 @@ is compiled against.


NM_MICRO_VERSION

-
#define NM_MICRO_VERSION (91)
+
#define NM_MICRO_VERSION (0)
 

Evaluates to the micro version number of NetworkManager which this source compiled against.

diff --git a/docs/libnm/html/usage.html b/docs/libnm/html/usage.html index 3dfdb313..a537beeb 100644 --- a/docs/libnm/html/usage.html +++ b/docs/libnm/html/usage.html @@ -96,7 +96,7 @@

$ cc $(pkg-config --libs --cflags libnm) -o hello-nm hello-nm.c
   $ ./hello-nm
-  NetworkManager version: 1.49.91
+  NetworkManager version: 1.50.0
 
   $ 

-- cgit 1.3.0-6-gf8a5