diff options
| author | Michael Biebl <biebl@debian.org> | 2018-10-20 01:30:31 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-10-20 01:30:31 +0200 |
| commit | 6518e361171f64bcaaa4bf868139362ed95cc2e0 (patch) | |
| tree | d2d5b53faf80646a40ec2c0c7f2a42b3959612f5 /shared/nm-version-macros.h.in | |
| parent | e126f3e804c35480c4f075777430419d6ece23da (diff) | |
New upstream version 1.14.2 upstream/1.14.2
Diffstat (limited to 'shared/nm-version-macros.h.in')
| -rw-r--r-- | shared/nm-version-macros.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/nm-version-macros.h.in b/shared/nm-version-macros.h.in index 792070ac..1de5a8a0 100644 --- a/shared/nm-version-macros.h.in +++ b/shared/nm-version-macros.h.in @@ -73,8 +73,8 @@ #define NM_VERSION_1_8 (NM_ENCODE_VERSION (1, 8, 0)) #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_12_2 (NM_ENCODE_VERSION (1, 12, 2)) -#define NM_VERSION_1_12_4 (NM_ENCODE_VERSION (1, 12, 4)) +#define NM_VERSION_1_14 (NM_ENCODE_VERSION (1, 14, 0)) +#define NM_VERSION_1_14_2 (NM_ENCODE_VERSION (1, 14, 2)) /* For releases, NM_API_VERSION is equal to NM_VERSION. * |