summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Giudici <fgiudici@redhat.com>2016-08-03 15:23:34 +0200
committerFrancesco Giudici <fgiudici@redhat.com>2016-08-03 15:23:34 +0200
commit54a84c6b3bd04123ee0831ae371d795ddd694cf9 (patch)
tree13ca31bc81304c3d7104ed4c70a60cb0a5be9867
parent14177f1e3b4190eda077d747b651860c0eda7757 (diff)
release: bump version to 1.2.41.2.4
-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 d7c804e4e4..4c56e14eaf 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], [3])
+m4_define([nm_micro_version], [4])
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 3e0ef361c0..71f66fef7e 100644
--- a/shared/nm-version-macros.h.in
+++ b/shared/nm-version-macros.h.in
@@ -70,9 +70,10 @@
#define NM_VERSION_1_2 (NM_ENCODE_VERSION (1, 2, 0))
#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_4 (NM_ENCODE_VERSION (1, 4, 0))
-#define NM_VERSION_CUR_STABLE NM_VERSION_1_2_2
-#define NM_VERSION_NEXT_STABLE NM_VERSION_1_2_4
+#define NM_VERSION_CUR_STABLE NM_VERSION_1_2_4
+#define NM_VERSION_NEXT_STABLE NM_VERSION_1_2_6
#endif /* __NM_VERSION_MACROS_H__ */