summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-09-18 15:18:50 +0200
committerThomas Haller <thaller@redhat.com>2018-09-18 15:21:37 +0200
commite74f310d3058c9dd4e823a171a8e5296c5b09b1f (patch)
tree5fa8ce693bf7a971aa4ee9289962225d46d88902
parent912548d37a38d0df59cdf9175ccad34daf6d9c87 (diff)
release: bump version to 1.10.13 (development)1.10.13-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 49aee4739b..04e553ad9d 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], [12])
+m4_define([nm_micro_version], [13])
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 1987e8f4dd..9435a736d5 100644
--- a/shared/nm-version-macros.h.in
+++ b/shared/nm-version-macros.h.in
@@ -78,9 +78,10 @@
#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_1_10_12 (NM_ENCODE_VERSION (1, 10, 12))
+#define NM_VERSION_1_10_14 (NM_ENCODE_VERSION (1, 10, 14))
#define NM_VERSION_CUR_STABLE NM_VERSION_1_10_12
-#define NM_VERSION_NEXT_STABLE NM_VERSION_1_10_12
+#define NM_VERSION_NEXT_STABLE NM_VERSION_1_10_14
#define NM_VERSION NM_ENCODE_VERSION (NM_MAJOR_VERSION, NM_MINOR_VERSION, NM_MICRO_VERSION)