summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2018-01-15 11:06:57 +0100
committerLubomir Rintel <lkundrak@v3.sk>2018-01-15 12:00:22 +0100
commit7322cc0d06296fd0a015b01c9fd3db2795e3483d (patch)
treed6314a1e31edabd9762b2b29308094281a0048fb
parentf5689bcb0b3ae4fb088ebf4485f6f692f9f72e68 (diff)
release: bump version to 1.8.6
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--shared/nm-version-macros.h.in5
3 files changed, 5 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 04f5a3ee8..d357deb25 100644
--- a/NEWS
+++ b/NEWS
@@ -16,7 +16,7 @@ This is a new stable release of NetworkManager. Notable changes include:
reusing the same file descriptor (rh#1451236)
* Connectivity check fixes (bgo#785281) (bgo#784629)
* Fix the metered properties handling in libnm
-* Avoid dropping agent secrets unnecesarily (bgo#789383)
+* Avoid dropping agent secrets unnecessarily (bgo#789383)
* Fix the asynchronous initialization of a secret agent in libnm
==============================================
diff --git a/configure.ac b/configure.ac
index 4ba644291..10e045fa7 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], [5])
+m4_define([nm_micro_version], [6])
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 7c24b979a..7bf5cde86 100644
--- a/shared/nm-version-macros.h.in
+++ b/shared/nm-version-macros.h.in
@@ -74,9 +74,10 @@
#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_1_8_8 (NM_ENCODE_VERSION (1, 8, 8))
-#define NM_VERSION_CUR_STABLE NM_VERSION_1_8_4
-#define NM_VERSION_NEXT_STABLE NM_VERSION_1_8_6
+#define NM_VERSION_CUR_STABLE NM_VERSION_1_8_6
+#define NM_VERSION_NEXT_STABLE NM_VERSION_1_8_8
#define NM_VERSION NM_ENCODE_VERSION (NM_MAJOR_VERSION, NM_MINOR_VERSION, NM_MICRO_VERSION)