From b5ef0c917e5ca760b4720eb2cf2ce80142507126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8D=C3=B1igo=20Huguet?= Date: Mon, 23 Dec 2024 09:44:22 +0100 Subject: [PATCH] release: bump version to 1.51.5 (development) --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 5f201eb47..bf3882428 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.4', + version: '1.51.5', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized',