diff options
| author | Michael Biebl <biebl@debian.org> | 2026-05-14 19:21:22 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2026-05-14 19:21:22 +0200 |
| commit | 869e9027026cdbb15d4e4a6327ff41d2697858eb (patch) | |
| tree | 52edec7f935ff1bbb425c3515c6e49e6b8b0e28b /src/libnm-core-public/nm-version.h | |
| parent | 067fb576988f685e83ac8b0ae690334aff547c85 (diff) | |
New upstream version 1.56.1 upstream/1.56.1
Diffstat (limited to 'src/libnm-core-public/nm-version.h')
| -rw-r--r-- | src/libnm-core-public/nm-version.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libnm-core-public/nm-version.h b/src/libnm-core-public/nm-version.h index af45b679..6e18acdd 100644 --- a/src/libnm-core-public/nm-version.h +++ b/src/libnm-core-public/nm-version.h @@ -453,6 +453,12 @@ #define NM_AVAILABLE_IN_1_56 #endif +#if NM_VERSION_MAX_ALLOWED < NM_VERSION_1_56_1 +#define NM_AVAILABLE_IN_1_56_1 G_UNAVAILABLE(1, 56.1) +#else +#define NM_AVAILABLE_IN_1_56_1 +#endif + /* * Synchronous API for calling D-Bus in libnm is deprecated. See * https://networkmanager.dev/docs/libnm/latest/usage.html#sync-api |