diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2019-01-25 11:24:41 +0100 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2019-01-25 11:24:41 +0100 |
| commit | bbae86d3d2997a853ca0365e8eb7a3ca7489ee09 (patch) | |
| tree | 1f7fa49b47ab13aea3effbe839559d221f6323b4 /shared/nm-version-macros.h.in | |
| parent | 404ebe62622150e77e311777dff8617eb974e834 (diff) | |
New upstream version 1.15.2
Diffstat (limited to 'shared/nm-version-macros.h.in')
| -rw-r--r-- | shared/nm-version-macros.h.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shared/nm-version-macros.h.in b/shared/nm-version-macros.h.in index 08717101..22af1428 100644 --- a/shared/nm-version-macros.h.in +++ b/shared/nm-version-macros.h.in @@ -74,8 +74,7 @@ #define NM_VERSION_1_10 (NM_ENCODE_VERSION (1, 10, 0)) #define NM_VERSION_1_12 (NM_ENCODE_VERSION (1, 12, 0)) #define NM_VERSION_1_14 (NM_ENCODE_VERSION (1, 14, 0)) -#define NM_VERSION_1_14_2 (NM_ENCODE_VERSION (1, 14, 2)) -#define NM_VERSION_1_14_4 (NM_ENCODE_VERSION (1, 14, 4)) +#define NM_VERSION_1_16 (NM_ENCODE_VERSION (1, 16, 0)) /* For releases, NM_API_VERSION is equal to NM_VERSION. * |