summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-11-02 18:13:08 +0100
committerThomas Haller <thaller@redhat.com>2022-11-02 18:13:08 +0100
commit311c97a83ef98f689fa9f8483797f6862471e739 (patch)
treef487b241b629bde4221a8a52c40a5cf00377ed5b
parent28ab5356177a8413561619ad48952795befc642c (diff)
release: bump version to 1.41.4 (development)1.41.4-dev
-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 50f7beaccb..323ffa469b 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], [41])
-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 422b29779b..ece045e5c5 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@ project(
# - add corresponding NM_VERSION_x_y_z macros in
# "src/libnm-core-public/nm-version-macros.h.in"
# - update number in configure.ac
- version: '1.41.3',
+ version: '1.41.4',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',