diff options
| author | Michael Biebl <biebl@debian.org> | 2019-12-26 06:50:22 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2019-12-26 06:50:22 +0100 |
| commit | fe6888e4bfd824ad1263b3151f9bf66b7974752e (patch) | |
| tree | 09d07c35668b6d64be114d941440e86deef8fba5 /shared/nm-version-macros.h | |
| parent | e6e01bf48a28c03e61ac5424829a08dfc372533e (diff) | |
| parent | 724bcc5c7be3aed3646ed2b2989c34d438217176 (diff) | |
Update upstream source from tag 'upstream/1.22.2'
Update to upstream version '1.22.2' with Debian dir 54b7af73627e37cbe440e9ae6ae1d795e88f2247
Diffstat (limited to 'shared/nm-version-macros.h')
| -rw-r--r-- | shared/nm-version-macros.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shared/nm-version-macros.h b/shared/nm-version-macros.h index a5c79c1e..c79a0e13 100644 --- a/shared/nm-version-macros.h +++ b/shared/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 (2) /** * NM_CHECK_VERSION: @@ -63,6 +63,7 @@ #define NM_VERSION_1_18 (NM_ENCODE_VERSION (1, 18, 0)) #define NM_VERSION_1_20 (NM_ENCODE_VERSION (1, 20, 0)) #define NM_VERSION_1_22 (NM_ENCODE_VERSION (1, 22, 0)) +#define NM_VERSION_1_22_2 (NM_ENCODE_VERSION (1, 22, 2)) /* For releases, NM_API_VERSION is equal to NM_VERSION. * |