From 56b51b98fbb8627c4c09a483702e18fd8aee7ce1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Bene=C5=A1?= Date: Thu, 12 Feb 2026 23:14:41 +0100 Subject: [PATCH] release: bump version to 1.56.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index cea821bbb0..0657ce5af9 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.56-rc3', + version: '1.56.0', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized',