about 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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libnm-core-public/nm-version-macros.h b/src/libnm-core-public/nm-version-macros.h
index dc226441..f61f68b7 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 (38)
+#define NM_MINOR_VERSION (39)
 
 /**
  * NM_MICRO_VERSION:
@@ -30,7 +30,7 @@
  * Evaluates to the micro version number of NetworkManager which this source
  * compiled against.
  */
-#define NM_MICRO_VERSION (4)
+#define NM_MICRO_VERSION (90)
 
 /**
  * NM_CHECK_VERSION:
@@ -71,6 +71,7 @@
 #define NM_VERSION_1_34   (NM_ENCODE_VERSION (1, 34, 0))
 #define NM_VERSION_1_36   (NM_ENCODE_VERSION (1, 36, 0))
 #define NM_VERSION_1_38   (NM_ENCODE_VERSION (1, 38, 0))
+#define NM_VERSION_1_40   (NM_ENCODE_VERSION (1, 40, 0))
 
 /* For releases, NM_API_VERSION is equal to NM_VERSION.
  *