summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-08-07 16:18:45 +0200
committerThomas Haller <thaller@redhat.com>2019-08-07 16:18:45 +0200
commit1e1c76a9db7bbe70fbdce3faafd82554ba4c0fd3 (patch)
treefa825adb5813e2e229cd7f84df7a8f38fdec8442
parentd4ccd650b4b84f577570d66ee8a5375db1d035c2 (diff)
release: bump version to 1.16.41.16.4
-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 a4208b49f2..c11e3afebb 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], [16])
-m4_define([nm_micro_version], [3])
+m4_define([nm_micro_version], [4])
m4_define([nm_version],
[nm_major_version.nm_minor_version.nm_micro_version])
diff --git a/meson.build b/meson.build
index 41cdb23796..fcac2bd701 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.16.3',
+ version: '1.16.4',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',