From a6e971fb24e9acaba26186b318d1d3c56bfc0efe Mon Sep 17 00:00:00 2001 From: Rahul Rajesh Date: Wed, 27 May 2026 10:53:01 -0400 Subject: [PATCH] release: bump version to 1.57.5 (development) --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 779b54c4f4..71d42bebb4 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.4-dev', + version: '1.57.5-dev', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized',