From ec6d122cc96730b91f0aa1e3eee748992473c4ad Mon Sep 17 00:00:00 2001 From: Filip Pokryvka Date: Mon, 14 Apr 2025 19:16:15 +0200 Subject: [PATCH] release: bump version to 1.53.3 (development) --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 516aefe1c..40386a0b4 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.53.2', + version: '1.53.3', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized',