From dc5ea654fe7ef6feff3d6e305904ccc5ebcab3e4 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Wed, 23 Jul 2025 14:33:35 +0100 Subject: [PATCH] meson: update version numbers for v258~rc1 --- meson.build | 4 ++-- meson.version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meson.build b/meson.build index 9f94162c60c..dfcc9632275 100644 --- a/meson.build +++ b/meson.build @@ -26,8 +26,8 @@ else project_minor_version = '0' endif -libsystemd_version = '0.40.0' -libudev_version = '1.7.10' +libsystemd_version = '0.41.0' +libudev_version = '1.7.11' conf = configuration_data() conf.set_quoted('PROJECT_URL', 'https://systemd.io/') diff --git a/meson.version b/meson.version index cbfbd723dcd..8306ebfc2e1 100644 --- a/meson.version +++ b/meson.version @@ -1 +1 @@ -258~devel +258~rc1 -- 2.47.3