about summary refs log tree commit diff
path: root/include/nm-version.h
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2011-08-23 19:17:03 +0200
committerMichael Biebl <biebl@debian.org>2011-08-23 19:17:03 +0200
commit72acf6b5cf8cf7df57288a5ebca56cd84d21ff62 (patch)
tree45a40c078a86d4043a303ca0f81735daf263f175 /include/nm-version.h
parent232698d28a1764e179f668f480738b8c7117e70a (diff)
parent263bf4c0c89bb88dc995acd9a6a2de9095fbd461 (diff)
Merge commit 'upstream/0.9.0' into experimental
Diffstat (limited to 'include/nm-version.h')
-rw-r--r--include/nm-version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/nm-version.h b/include/nm-version.h
index 972aee27..3d3adfba 100644
--- a/include/nm-version.h
+++ b/include/nm-version.h
@@ -35,7 +35,7 @@
  * Evaluates to the minor version number of NetworkManager which this source
  * is compiled against.
  */
-#define NM_MINOR_VERSION (8)
+#define NM_MINOR_VERSION (9)
 
 /**
  * NM_MICRO_VERSION:
@@ -43,7 +43,7 @@
  * Evaluates to the micro version number of NetworkManager which this source
  * compiled against.
  */
-#define NM_MICRO_VERSION (9997)
+#define NM_MICRO_VERSION (0)
 
 /**
  * NM_CHECK_VERSION: