From 239b0fbbc9162df4e6cf7050d80b35ae2e271f9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8D=C3=B1igo=20Huguet?= Date: Mon, 17 Nov 2025 16:42:05 +0100 Subject: [PATCH] release: bump version to 1.57.0 (development) --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index f02ef5ef75..2f9ab5c299 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.55.90', + version: '1.57.0', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized',