From 964ae8cc391520440cf5aa13e2b9cc34850ea6c2 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 26 Feb 2019 19:01:41 +0100 Subject: New upstream version 1.14.6 --- 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 08717101..dead985a 100644 --- a/shared/nm-version-macros.h.in +++ b/shared/nm-version-macros.h.in @@ -76,6 +76,7 @@ #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_14_6 (NM_ENCODE_VERSION (1, 14, 6)) /* For releases, NM_API_VERSION is equal to NM_VERSION. * -- cgit 1.3.0-6-gf8a5 From 9a6dcbf895f9da01768e64b73cec88c16157d91e Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 26 Mar 2019 23:25:23 +0100 Subject: New upstream version 1.16.0 --- shared/nm-version-macros.h.in | 4 +--- 1 file changed, 1 insertion(+), 3 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 dead985a..22af1428 100644 --- a/shared/nm-version-macros.h.in +++ b/shared/nm-version-macros.h.in @@ -74,9 +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_14_6 (NM_ENCODE_VERSION (1, 14, 6)) +#define NM_VERSION_1_16 (NM_ENCODE_VERSION (1, 16, 0)) /* For releases, NM_API_VERSION is equal to NM_VERSION. * -- cgit 1.3.0-6-gf8a5 From 85563b7fc7ec2cd21e38debb9b28db342e2e8e7c Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 21 Apr 2019 21:09:51 +0200 Subject: New upstream version 1.18.0 --- 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 22af1428..4b57529a 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_16 (NM_ENCODE_VERSION (1, 16, 0)) +#define NM_VERSION_1_18 (NM_ENCODE_VERSION (1, 18, 0)) /* For releases, NM_API_VERSION is equal to NM_VERSION. * -- cgit 1.3.0-6-gf8a5