about summary refs log tree commit diff
path: root/shared/nm-version-macros.h
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2018-12-10 21:58:18 +0100
committerSebastien Bacher <seb128@ubuntu.com>2018-12-10 21:58:18 +0100
commit227c401a10a930af6fd5f123aef345fcd130d6aa (patch)
treebf992585295f2c1772ddb0db54569b6d22f36642 /shared/nm-version-macros.h
parente126f3e804c35480c4f075777430419d6ece23da (diff)
Import Upstream version 1.12.6
Diffstat (limited to 'shared/nm-version-macros.h')
-rw-r--r--shared/nm-version-macros.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/shared/nm-version-macros.h b/shared/nm-version-macros.h
index c4b139f8..4eccbde7 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 (4)
+#define NM_MICRO_VERSION (6)
 
 /**
  * NM_CHECK_VERSION:
@@ -75,6 +75,7 @@
 #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_12_6 (NM_ENCODE_VERSION (1, 12, 6))
 
 /* For releases, NM_API_VERSION is equal to NM_VERSION.
  *