From 6518e361171f64bcaaa4bf868139362ed95cc2e0 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 20 Oct 2018 01:30:31 +0200 Subject: New upstream version 1.14.2 --- shared/nm-version-macros.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shared/nm-version-macros.h.in') 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. * -- cgit 1.3.0-6-gf8a5 From 3626b425d1bc017fdc6f1ea0cfd329d1e1681641 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 24 Oct 2018 21:01:12 +0200 Subject: New upstream version 1.14.4 --- shared/nm-version-macros.h.in | 1 + 1 file changed, 1 insertion(+) (limited to 'shared/nm-version-macros.h.in') diff --git a/shared/nm-version-macros.h.in b/shared/nm-version-macros.h.in index 1de5a8a0..08717101 100644 --- a/shared/nm-version-macros.h.in +++ b/shared/nm-version-macros.h.in @@ -75,6 +75,7 @@ #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)) /* For releases, NM_API_VERSION is equal to NM_VERSION. * -- cgit 1.3.0-6-gf8a5