summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-08-31 13:21:33 +0200
committerThomas Haller <thaller@redhat.com>2020-08-31 13:21:33 +0200
commit38b144c5a301c79f5867b0f40e976fe7c8823c25 (patch)
tree488c3f153c698988725499a0ee7fb95da48e0b57
parentf197b8eccd37dd53308aa8cb0ab4afcbd15bc356 (diff)
release: bump version to 1.22.161.22.16
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 2463689358..56820f4d23 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ dnl "shared/nm-version-macros.h.in"
dnl - update number in meson.build
m4_define([nm_major_version], [1])
m4_define([nm_minor_version], [22])
-m4_define([nm_micro_version], [15])
+m4_define([nm_micro_version], [16])
m4_define([nm_version],
[nm_major_version.nm_minor_version.nm_micro_version])
diff --git a/meson.build b/meson.build
index 073555a083..e53f5bb661 100644
--- a/meson.build
+++ b/meson.build
@@ -4,7 +4,7 @@ project(
# - add corresponding NM_VERSION_x_y_z macros in
# "shared/nm-version-macros.h.in"
# - update number in configure.ac
- version: '1.22.15',
+ version: '1.22.16',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',