From: Zbigniew Jędrzejewski-Szmek Date: Thu, 9 Dec 2021 12:33:39 +0000 (+0100) Subject: meson: bump numbers for v250-rc1 X-Git-Tag: v250-rc1~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F21704%2Fhead;p=thirdparty%2Fsystemd.git meson: bump numbers for v250-rc1 --- diff --git a/meson.build b/meson.build index 2115e7f9918..d92136aa64b 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')