diff options
| author | Michael Biebl <biebl@debian.org> | 2023-08-09 21:55:35 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2023-08-09 21:55:35 +0200 |
| commit | 05e4a733f2141995181a551854d5df929f084adf (patch) | |
| tree | 83bb937740a6667525ba0df046748ecaa829c269 /src/libnm-core-public/nm-version-macros.h | |
| parent | 14b0f3a9dc9ea90d60a3b057350fd4d637dc021a (diff) | |
New upstream version 1.44.0 upstream/1.44.0
Diffstat (limited to 'src/libnm-core-public/nm-version-macros.h')
| -rw-r--r-- | src/libnm-core-public/nm-version-macros.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/libnm-core-public/nm-version-macros.h b/src/libnm-core-public/nm-version-macros.h index 40c89169..9b5233e4 100644 --- a/src/libnm-core-public/nm-version-macros.h +++ b/src/libnm-core-public/nm-version-macros.h @@ -22,7 +22,7 @@ * Evaluates to the minor version number of NetworkManager which this source * is compiled against. */ -#define NM_MINOR_VERSION (42) +#define NM_MINOR_VERSION (44) /** * NM_MICRO_VERSION: @@ -30,7 +30,7 @@ * Evaluates to the micro version number of NetworkManager which this source * compiled against. */ -#define NM_MICRO_VERSION (8) +#define NM_MICRO_VERSION (0) /** * NM_CHECK_VERSION: @@ -72,8 +72,7 @@ #define NM_VERSION_1_38 (NM_ENCODE_VERSION(1, 38, 0)) #define NM_VERSION_1_40 (NM_ENCODE_VERSION(1, 40, 0)) #define NM_VERSION_1_42 (NM_ENCODE_VERSION(1, 42, 0)) -#define NM_VERSION_1_42_2 (NM_ENCODE_VERSION(1, 42, 2)) -#define NM_VERSION_1_42_8 (NM_ENCODE_VERSION(1, 42, 8)) +#define NM_VERSION_1_44 (NM_ENCODE_VERSION(1, 44, 0)) /* For releases, NM_API_VERSION is equal to NM_VERSION. * |