From a6ea4dc13e84c56579916f786bfa82265394cd97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 29 Mar 2022 19:46:47 +0200 Subject: meson: bump numbers for v251-rc1 --- meson.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index c6f205caf7..a2d397d5fc 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ # SPDX-License-Identifier: LGPL-2.1-or-later project('systemd', 'c', - version : '250', + version : '251', license : 'LGPLv2+', default_options: [ 'c_std=gnu11', @@ -13,8 +13,8 @@ project('systemd', 'c', meson_version : '>= 0.53.2', ) -libsystemd_version = '0.33.0' -libudev_version = '1.7.3' +libsystemd_version = '0.34.0' +libudev_version = '1.7.4' conf = configuration_data() conf.set_quoted('PROJECT_URL', 'https://www.freedesktop.org/wiki/Software/systemd') -- cgit v1.2.1