From e37f3a12b212dc80c41d858fae72323db04cfb38 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Wed, 1 Nov 2023 14:01:30 +0000 Subject: [PATCH] meson: bump versions for v255-rc1 --- meson.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meson.build b/meson.build index 7f5d465783b..c6c618a4dc9 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ # SPDX-License-Identifier: LGPL-2.1-or-later project('systemd', 'c', - version : '254', + version : '255', license : 'LGPLv2+', default_options: [ 'c_std=gnu11', @@ -13,8 +13,8 @@ project('systemd', 'c', meson_version : '>= 0.60.0', ) -libsystemd_version = '0.37.0' -libudev_version = '1.7.7' +libsystemd_version = '0.38.0' +libudev_version = '1.7.8' conf = configuration_data() conf.set_quoted('PROJECT_URL', 'https://systemd.io/') -- 2.47.3