From 045f328512cf4a160e48cb1f617baa8ea14c07e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8D=C3=B1igo=20Huguet?= Date: Tue, 23 Dec 2025 15:55:16 +0100 Subject: [PATCH] release: (manually) bump version to 1.56-rc3 After the previous commits, release.sh bumps the version after tagging the release, and not before. Therefore, it expects that the version is already the next one when doing the release. Manually bump the version this time so release.sh sees the right value the next time it's executed after these changes. (cherry picked from commit c0fe80ff87373bfb76de26613a0f69a15c43214d) --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 58f030dd7d..cea821bbb0 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-rc2', + version: '1.56-rc3', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized',