summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-06-28 13:24:13 +0200
committerThomas Haller <thaller@redhat.com>2023-06-28 13:24:13 +0200
commit7c6da25396162ba05ffa71f00e227351dc1452b6 (patch)
treedf3fbdbff3e278afc0b13c13b4d8bcd50edefd83
parentee696868d20973c027246e5a4974c95279081f5a (diff)
release: bump version to 1.42.81.42.8
-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 b97ce9fa9c..2835b841b1 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], [42])
-m4_define([nm_micro_version], [7])
+m4_define([nm_micro_version], [8])
m4_define([nm_version],
[nm_major_version.nm_minor_version.nm_micro_version])
diff --git a/meson.build b/meson.build
index 14458e05a3..ffc6586ecd 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.42.7',
+ version: '1.42.8',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',