From 826e37b175368a9ce761a575adec520b83958742 Mon Sep 17 00:00:00 2001 From: Jan Vaclav Date: Tue, 8 Jul 2025 12:21:52 +0200 Subject: [PATCH] release: bump version to 1.52.1 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index e8d1431b19..847f72b556 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.52.0', + version: '1.52.1', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized',