summary refs log tree commit diff
path: root/shared/nm-version-macros.h
diff options
context:
space:
mode:
authorAron Xu <aron@debian.org>2016-12-20 20:06:37 +0800
committerAron Xu <aron@debian.org>2016-12-20 20:06:37 +0800
commit45cb5bb3c0e6edb887cf69b417fcaf7053814a9b (patch)
tree795f8d6a3aa1145e4ba8fa1564f39425ea0c6ed9 /shared/nm-version-macros.h
parent270c4830551c9810ad4e83f9a1db2b1cb946208c (diff)
Imported Upstream version 1.4.4 upstream/1.4.4
Diffstat (limited to 'shared/nm-version-macros.h')
-rw-r--r--shared/nm-version-macros.h7
1 files changed, 4 insertions, 3 deletions
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__ */