From f70b37357ae61c2b1756df8ab80e44dd00bd643e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Bene=C5=A1?= Date: Fri, 13 Feb 2026 13:30:02 +0100 Subject: [PATCH] release: bump version to 1.57.3 (development) --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 733f545885..8b0334240d 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.2-dev', + version: '1.57.3-dev', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized',