summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2018-05-11 16:19:42 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2018-05-11 16:20:59 +0200
commit7ce845a2a2eef13bb837bb5e56238a4e1f838b77 (patch)
tree8760bd639c7d5b02142e60b6ed3dcc8f46cc668e
parentcb96d787c93b9ab09cf98c38939437c43f517f1f (diff)
release: bump version to 1.10.9 (development)1.10.9-dev
-rw-r--r--configure.ac2
-rw-r--r--shared/nm-version-macros.h.in3
2 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 86ce219931..888d926002 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ([2.63])
dnl The NM version number
m4_define([nm_major_version], [1])
m4_define([nm_minor_version], [10])
-m4_define([nm_micro_version], [8])
+m4_define([nm_micro_version], [9])
m4_define([nm_version],
[nm_major_version.nm_minor_version.nm_micro_version])
diff --git a/shared/nm-version-macros.h.in b/shared/nm-version-macros.h.in
index cb1d545a80..01fa5ceda7 100644
--- a/shared/nm-version-macros.h.in
+++ b/shared/nm-version-macros.h.in
@@ -76,9 +76,10 @@
#define NM_VERSION_1_10_4 (NM_ENCODE_VERSION (1, 10, 4))
#define NM_VERSION_1_10_6 (NM_ENCODE_VERSION (1, 10, 6))
#define NM_VERSION_1_10_8 (NM_ENCODE_VERSION (1, 10, 8))
+#define NM_VERSION_1_10_10 (NM_ENCODE_VERSION (1, 10, 10))
#define NM_VERSION_CUR_STABLE NM_VERSION_1_10_8
-#define NM_VERSION_NEXT_STABLE NM_VERSION_1_10_8
+#define NM_VERSION_NEXT_STABLE NM_VERSION_1_10_10
#define NM_VERSION NM_ENCODE_VERSION (NM_MAJOR_VERSION, NM_MINOR_VERSION, NM_MICRO_VERSION)