summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2016-12-02 14:04:00 +0100
committerBeniamino Galvani <bgalvani@redhat.com>2016-12-02 14:04:00 +0100
commit0001318d9ffc66f003d8270ef7485f07b195616b (patch)
treefba31501df6ebc4414e515f37a11477e8f90662b
parent6fe4aa4628f75e815e4742207f9e97de0e8474ad (diff)
release: bump version to 1.2.61.2.6
-rw-r--r--configure.ac2
-rw-r--r--shared/nm-version-macros.h.in5
2 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 7869f07370..ee91cc39b4 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], [2])
-m4_define([nm_micro_version], [5])
+m4_define([nm_micro_version], [6])
m4_define([nm_version],
[nm_major_version.nm_minor_version.nm_micro_version])
m4_define([nm_git_sha], [m4_esyscmd([ ( [ -d ./.git/ ] && [ "$(readlink -f ./.git/)" = "$(readlink -f "$(git rev-parse --git-dir 2>/dev/null)" 2>/dev/null)" ] && git rev-parse --verify -q HEAD 2>/dev/null ) || true ])])
diff --git a/shared/nm-version-macros.h.in b/shared/nm-version-macros.h.in
index 71f66fef7e..746cc428ea 100644
--- a/shared/nm-version-macros.h.in
+++ b/shared/nm-version-macros.h.in
@@ -71,9 +71,10 @@
#define NM_VERSION_1_2_2 (NM_ENCODE_VERSION (1, 2, 2))
#define NM_VERSION_1_2_4 (NM_ENCODE_VERSION (1, 2, 4))
#define NM_VERSION_1_2_6 (NM_ENCODE_VERSION (1, 2, 6))
+#define NM_VERSION_1_2_8 (NM_ENCODE_VERSION (1, 2, 8))
#define NM_VERSION_1_4 (NM_ENCODE_VERSION (1, 4, 0))
-#define NM_VERSION_CUR_STABLE NM_VERSION_1_2_4
-#define NM_VERSION_NEXT_STABLE NM_VERSION_1_2_6
+#define NM_VERSION_CUR_STABLE NM_VERSION_1_2_6
+#define NM_VERSION_NEXT_STABLE NM_VERSION_1_2_8
#endif /* __NM_VERSION_MACROS_H__ */