summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-08-06 13:01:05 +0200
committerThomas Haller <thaller@redhat.com>2019-08-06 13:01:05 +0200
commit96339fa5ead721003748fa59b905216bb0db8ec5 (patch)
treef183d3746858b12cacf4dcec3a196cfede1bb6c6 /configure.ac
parentc438f01b19e180fc15cb860321c3ba5cd821adfd (diff)
parente48089b0393bd502d8ce1f0b44d6c7a6f081a69d (diff)
release: bump version to 1.21.1-dev after 1.20.0 release1.21.1-dev
After 1.20.0 is released, merge it back into master so that 1.20.0 is part of the history of master. That means, $ git log --first-parent master will also traverse 1.20.0 and 1.20-rc*. Also bump the micro version to 1.21.1-dev to indicate that this is after 1.20.0 is out.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 2d0e92522d..951f51b9a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,8 +7,8 @@ dnl - add corresponding NM_VERSION_x_y_z macros in
dnl "shared/nm-version-macros.h.in"
dnl - update number in meson.build
m4_define([nm_major_version], [1])
-m4_define([nm_minor_version], [20])
-m4_define([nm_micro_version], [0])
+m4_define([nm_minor_version], [21])
+m4_define([nm_micro_version], [1])
m4_define([nm_version],
[nm_major_version.nm_minor_version.nm_micro_version])