diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-12-09 13:33:39 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-12-09 13:33:39 +0100 |
commit | 831167f9b4e7ba51d6503187e056c54041672973 (patch) | |
tree | 8b88a24e3c30ad557b096bd48bdbaae2f22d3fab /meson.build | |
parent | NEWS: add contributors (diff) | |
download | systemd-831167f9b4e7ba51d6503187e056c54041672973.tar.xz systemd-831167f9b4e7ba51d6503187e056c54041672973.zip |
meson: bump numbers for v250-rc1
Diffstat (limited to '')
-rw-r--r-- | meson.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meson.build b/meson.build index 2115e7f991..d92136aa64 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ # SPDX-License-Identifier: LGPL-2.1-or-later project('systemd', 'c', - version : '249', + version : '250', license : 'LGPLv2+', default_options: [ 'c_std=gnu99', @@ -13,8 +13,8 @@ project('systemd', 'c', meson_version : '>= 0.53.2', ) -libsystemd_version = '0.32.0' -libudev_version = '1.7.2' +libsystemd_version = '0.33.0' +libudev_version = '1.7.3' conf = configuration_data() conf.set_quoted('PROJECT_URL', 'https://www.freedesktop.org/wiki/Software/systemd') |