From f7db7c78e91d80df34e26f4679dc2482054247fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Bene=C5=A1?= Date: Fri, 7 Feb 2025 10:18:15 +0100 Subject: [PATCH] release: bump version to 1.51.7 (development) --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 43fd88c81..4f6d14da9 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.6', + version: '1.51.7', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized',