summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-09-14 21:30:15 +0200
committerThomas Haller <thaller@redhat.com>2018-09-14 21:30:15 +0200
commit30674675cb00785d676c672488fde9e27c2c3df4 (patch)
tree69bea835c7fcf17f74186efbd9d58a91bd467b34 /configure.ac
parent2979c891c4af7584780924e92b6d448b7d6cd328 (diff)
parent3b5912f08d1a813fff64ac0e3ef82f9b4fa37763 (diff)
release: bump version to 1.15.1-dev after 1.14.0 release
After 1.14.0 is released, merge it back into master so that 1.14.0 is part of the history of master. That means, $ git log --first-parent master will also traverse 1.14.0 and 1.14-rc*. Also bump the micro version to 1.15.1-dev to indicate that this is after 1.14.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 ff5d5f710..c4a84cc4c 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], [14])
-m4_define([nm_micro_version], [0])
+m4_define([nm_minor_version], [15])
+m4_define([nm_micro_version], [1])
m4_define([nm_version],
[nm_major_version.nm_minor_version.nm_micro_version])