diff options
| author | Michael Biebl <biebl@debian.org> | 2021-08-16 09:51:46 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2021-08-16 09:51:46 +0200 |
| commit | bfe522304da217296e2a61040f58e35ec5d6f3f2 (patch) | |
| tree | 6c4296644fa59cbfe51d9e8aafebddace5ac6b6f /libnm-core/nm-version-macros.h | |
| parent | 3a56bce6c0ea7ba0fe269520547740783b342e0d (diff) | |
New upstream version 1.30.6 upstream/1.30.6
Diffstat (limited to 'libnm-core/nm-version-macros.h')
| -rw-r--r-- | libnm-core/nm-version-macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-core/nm-version-macros.h b/libnm-core/nm-version-macros.h index a7b074de..4a936791 100644 --- a/libnm-core/nm-version-macros.h +++ b/libnm-core/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 (0) +#define NM_MICRO_VERSION (6) /** * NM_CHECK_VERSION: |