From cd10a4f5ecfcf3f97fb32a04a59bce29a42fc487 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 17 Mar 2021 16:11:12 +0100 Subject: [PATCH] meson.build: bump version of libudev It didn't receive new API calls, bit it was changed, hence bump the version accordingly. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 112305a6de..4d876e83fc 100644 --- a/meson.build +++ b/meson.build @@ -14,7 +14,7 @@ project('systemd', 'c', ) libsystemd_version = '0.31.0' -libudev_version = '1.7.0' +libudev_version = '1.7.1' # We need the same data in two different formats, ugh! # Also, for hysterical reasons, we use different variable