summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-09-20 12:42:51 +0200
committerThomas Haller <thaller@redhat.com>2017-09-20 12:50:17 +0200
commit291aa5cfa859429ea611a11f7390f97221f05a74 (patch)
tree0750feecca7a673ed12a2a7b73143808c5ccd688
parent51fdc50ab179a0582012d1b50e587761765ad15e (diff)
release: bump version to 1.8.5 (development)1.8.5-dev
-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 0f15d37dd5..4ba6442913 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], [8])
-m4_define([nm_micro_version], [4])
+m4_define([nm_micro_version], [5])
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 c4694ae254..7c24b979a7 100644
--- a/shared/nm-version-macros.h.in
+++ b/shared/nm-version-macros.h.in
@@ -73,9 +73,10 @@
#define NM_VERSION_1_8 (NM_ENCODE_VERSION (1, 8, 0))
#define NM_VERSION_1_8_2 (NM_ENCODE_VERSION (1, 8, 2))
#define NM_VERSION_1_8_4 (NM_ENCODE_VERSION (1, 8, 4))
+#define NM_VERSION_1_8_6 (NM_ENCODE_VERSION (1, 8, 6))
-#define NM_VERSION_CUR_STABLE NM_VERSION_1_8_2
-#define NM_VERSION_NEXT_STABLE NM_VERSION_1_8_4
+#define NM_VERSION_CUR_STABLE NM_VERSION_1_8_4
+#define NM_VERSION_NEXT_STABLE NM_VERSION_1_8_6
#define NM_VERSION NM_ENCODE_VERSION (NM_MAJOR_VERSION, NM_MINOR_VERSION, NM_MICRO_VERSION)