summary refs log tree commit diff
path: root/shared
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2018-10-24 21:01:12 +0200
committerMichael Biebl <biebl@debian.org>2018-10-24 21:01:12 +0200
commit3626b425d1bc017fdc6f1ea0cfd329d1e1681641 (patch)
treee3eb1ffa953bc2ca100c9c50ab2aaa8cbfffa8f0 /shared
parent6518e361171f64bcaaa4bf868139362ed95cc2e0 (diff)
New upstream version 1.14.4 upstream/1.14.4
Diffstat (limited to 'shared')
-rw-r--r--shared/nm-version-macros.h3
-rw-r--r--shared/nm-version-macros.h.in1
2 files changed, 3 insertions, 1 deletions
diff --git a/shared/nm-version-macros.h b/shared/nm-version-macros.h
index efdc544c..e9f61081 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:
@@ -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.
  *
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.
  *