summary refs log tree commit diff
path: root/include/nm-version-macros.h
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2015-12-24 00:24:58 +0100
committerMichael Biebl <biebl@debian.org>2015-12-24 00:24:58 +0100
commit54f6333410ffd570e62717d9e77c5c987175e397 (patch)
treed0698cc29d0f53c0b6d2c68d35ee2e9d72153948 /include/nm-version-macros.h
parenta6ece1a2aa19a6268335c87d4fdef20123dd04a5 (diff)
Imported Upstream version 1.0.10 upstream/1.0.10
Diffstat (limited to 'include/nm-version-macros.h')
-rw-r--r--include/nm-version-macros.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/nm-version-macros.h b/include/nm-version-macros.h
index a3c5dc9b..2e15dcc1 100644
--- a/include/nm-version-macros.h
+++ b/include/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 (8)
+#define NM_MICRO_VERSION (10)
 
 /**
  * NM_CHECK_VERSION:
@@ -72,8 +72,9 @@
 #define NM_VERSION_1_0_6  (NM_ENCODE_VERSION (1, 0, 6))
 #define NM_VERSION_1_0_8  (NM_ENCODE_VERSION (1, 0, 8))
 #define NM_VERSION_1_0_10  (NM_ENCODE_VERSION (1, 0, 10))
+#define NM_VERSION_1_0_12  (NM_ENCODE_VERSION (1, 0, 12))
 
-#define NM_VERSION_CUR_STABLE  NM_VERSION_1_0_8
-#define NM_VERSION_NEXT_STABLE NM_VERSION_1_0_10
+#define NM_VERSION_CUR_STABLE  NM_VERSION_1_0_10
+#define NM_VERSION_NEXT_STABLE NM_VERSION_1_0_12
 
 #endif  /* __NM_VERSION_MACROS_H__ */