summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-02-10 09:14:28 +0100
committerThomas Haller <thaller@redhat.com>2023-02-10 09:14:28 +0100
commit119ed52038f8b6e8cebb92314acf6e6bb5813fb0 (patch)
tree44610088c71f9b6077fda15c2462344cb6a6a5bb
parentd452ecc3e72ad95b350ff789ade04d7094cb3404 (diff)
release: bump version to 1.42.01.42.0
-rw-r--r--configure.ac4
-rw-r--r--meson.build2
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 962c33378e..bff496795d 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], [41])
-m4_define([nm_micro_version], [91])
+m4_define([nm_minor_version], [42])
+m4_define([nm_micro_version], [0])
m4_define([nm_version],
[nm_major_version.nm_minor_version.nm_micro_version])
diff --git a/meson.build b/meson.build
index 1ecac1ced3..62e037a701 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.91',
+ version: '1.42.0',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',