From 984d56e6f68de0a304cd1f6a47b6940e4d3cba64 Mon Sep 17 00:00:00 2001 From: Fernando Fernandez Mancera Date: Thu, 31 Oct 2024 15:23:59 +0100 Subject: [PATCH] release: bump version to 1.51.3 (development) --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index b4449b013..a46aae642 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.2', + version: '1.51.3', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized',