From dc3beb479fc07fbdf43b148f529b21a6474e52a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8D=C3=B1igo=20Huguet?= Date: Mon, 17 Nov 2025 16:41:26 +0100 Subject: [PATCH] release: bump version to 1.54.2 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index c256823eb9..298cbb8530 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project( # NOTE: When incrementing version also add corresponding # NM_VERSION_x_y_z macros in # "src/libnm-core-public/nm-version-macros.h.in" - version: '1.54.1', + version: '1.54.2', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized',