From 45cb5bb3c0e6edb887cf69b417fcaf7053814a9b Mon Sep 17 00:00:00 2001 From: Aron Xu Date: Tue, 20 Dec 2016 20:06:37 +0800 Subject: Imported Upstream version 1.4.4 --- shared/nm-version-macros.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'shared/nm-version-macros.h') diff --git a/shared/nm-version-macros.h b/shared/nm-version-macros.h index 14109559..3bf3befa 100644 --- a/shared/nm-version-macros.h +++ b/shared/nm-version-macros.h @@ -45,7 +45,7 @@ * Evaluates to the micro version number of NetworkManager which this source * compiled against. */ -#define NM_MICRO_VERSION (2) +#define NM_MICRO_VERSION (4) /** * NM_CHECK_VERSION: @@ -71,8 +71,9 @@ #define NM_VERSION_1_4 (NM_ENCODE_VERSION (1, 4, 0)) #define NM_VERSION_1_4_2 (NM_ENCODE_VERSION (1, 4, 2)) #define NM_VERSION_1_4_4 (NM_ENCODE_VERSION (1, 4, 4)) +#define NM_VERSION_1_4_6 (NM_ENCODE_VERSION (1, 4, 6)) -#define NM_VERSION_CUR_STABLE NM_VERSION_1_4_2 -#define NM_VERSION_NEXT_STABLE NM_VERSION_1_4_4 +#define NM_VERSION_CUR_STABLE NM_VERSION_1_4_4 +#define NM_VERSION_NEXT_STABLE NM_VERSION_1_4_6 #endif /* __NM_VERSION_MACROS_H__ */ -- cgit 1.3.0-6-gf8a5