diff options
| author | Michael Biebl <biebl@debian.org> | 2022-11-30 22:10:53 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-11-30 22:10:53 +0100 |
| commit | 6e9d10e114f94799d54bb3dabc66e35ab4e3e8cd (patch) | |
| tree | 1e0cc2ec0d3d9435860260632c4ae699a3d08cec /src/libnm-core-public/nm-version-macros.h | |
| parent | 913bcb40f6c699f8a38351c69e7ea263fe78f71f (diff) | |
New upstream version 1.40.6 upstream/1.40.6
Diffstat (limited to 'src/libnm-core-public/nm-version-macros.h')
| -rw-r--r-- | src/libnm-core-public/nm-version-macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnm-core-public/nm-version-macros.h b/src/libnm-core-public/nm-version-macros.h index 4dce57f6..04fce5df 100644 --- a/src/libnm-core-public/nm-version-macros.h +++ b/src/libnm-core-public/nm-version-macros.h @@ -30,7 +30,7 @@ * Evaluates to the micro version number of NetworkManager which this source * compiled against. */ -#define NM_MICRO_VERSION (4) +#define NM_MICRO_VERSION (6) /** * NM_CHECK_VERSION: |