summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-06-29 18:06:12 +0200
committerThomas Haller <thaller@redhat.com>2018-06-29 18:06:13 +0200
commit9d12207de4dc769e47d5fcedf3d18e533d4e9930 (patch)
tree977f8babbc026dcbdc05d1ae8b72a01b86b4b1cc /configure.ac
parente62e4e33a19d73f2b17963bb3edc087a4544d052 (diff)
parent782923ea8ef0068a0b91c8110be0c4db6bb98f75 (diff)
release: bump version to 1.13.1-dev after 1.12.0 release
After 1.12.0 is released, merge it back into master so that 1.12.0 is part of the history of master. That means, $ git log --first-parent master will also traverse 1.12.0 and 1.12-rc*. Also bump the micro version to 1.13.1-dev to indicate that this is after 1.12.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 97fe1b7c2..52c3801db 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], [12])
-m4_define([nm_micro_version], [0])
+m4_define([nm_minor_version], [13])
+m4_define([nm_micro_version], [1])
m4_define([nm_version],
[nm_major_version.nm_minor_version.nm_micro_version])