diff options
author | Luca Boccassi <bluca@debian.org> | 2024-04-25 23:26:08 +0200 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2024-04-25 23:26:08 +0200 |
commit | d1b04070653fbc09236d9a9c4c14058da8646374 (patch) | |
tree | 25d83cc9a3fd5b90b77d111d42f7dff99c8eb8c4 /meson.build | |
parent | Update hwdb (diff) | |
download | systemd-d1b04070653fbc09236d9a9c4c14058da8646374.tar.xz systemd-d1b04070653fbc09236d9a9c4c14058da8646374.zip |
meson: update version numbers for 256~rc1
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 580f4312f9..cecdbc3aa7 100644 --- a/meson.build +++ b/meson.build @@ -13,8 +13,8 @@ project('systemd', 'c', meson_version : '>= 0.60.0', ) -libsystemd_version = '0.38.0' -libudev_version = '1.7.8' +libsystemd_version = '0.39.0' +libudev_version = '1.7.9' conf = configuration_data() conf.set_quoted('PROJECT_URL', 'https://systemd.io/') |