summary refs log tree commit diff
path: root/src/libnm-core-public/nm-version-macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnm-core-public/nm-version-macros.h')
-rw-r--r--src/libnm-core-public/nm-version-macros.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/libnm-core-public/nm-version-macros.h b/src/libnm-core-public/nm-version-macros.h
index 40c89169..9b5233e4 100644
--- a/src/libnm-core-public/nm-version-macros.h
+++ b/src/libnm-core-public/nm-version-macros.h
@@ -22,7 +22,7 @@
  * Evaluates to the minor version number of NetworkManager which this source
  * is compiled against.
  */
-#define NM_MINOR_VERSION (42)
+#define NM_MINOR_VERSION (44)
 
 /**
  * NM_MICRO_VERSION:
@@ -30,7 +30,7 @@
  * Evaluates to the micro version number of NetworkManager which this source
  * compiled against.
  */
-#define NM_MICRO_VERSION (8)
+#define NM_MICRO_VERSION (0)
 
 /**
  * NM_CHECK_VERSION:
@@ -72,8 +72,7 @@
 #define NM_VERSION_1_38   (NM_ENCODE_VERSION(1, 38, 0))
 #define NM_VERSION_1_40   (NM_ENCODE_VERSION(1, 40, 0))
 #define NM_VERSION_1_42   (NM_ENCODE_VERSION(1, 42, 0))
-#define NM_VERSION_1_42_2 (NM_ENCODE_VERSION(1, 42, 2))
-#define NM_VERSION_1_42_8 (NM_ENCODE_VERSION(1, 42, 8))
+#define NM_VERSION_1_44   (NM_ENCODE_VERSION(1, 44, 0))
 
 /* For releases, NM_API_VERSION is equal to NM_VERSION.
  *