From b2f7f3950de60ba99e0aa8200b27a74a7086047e Mon Sep 17 00:00:00 2001 From: Filip Pokryvka Date: Wed, 12 Feb 2025 13:31:51 +0100 Subject: [PATCH] release: bump version to 1.53.0 (development) --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index e976974eeb..aaa58da22a 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.51.90', + version: '1.53.0', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized',