From 8e0825f9cd4f9a8d923abba4c7a69ce9b700b273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8D=C3=B1igo=20Huguet?= Date: Fri, 12 Dec 2025 16:01:44 +0100 Subject: [PATCH] release: bump version to 1.57.1 (development) --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 00a50cc64e..606d8c7a19 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.57.0', + version: '1.57.1', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized',