From: Luca Boccassi Date: Wed, 1 Nov 2023 14:01:30 +0000 (+0000) Subject: meson: bump versions for v255-rc1 X-Git-Tag: v255-rc1~50^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F29816%2Fhead;p=thirdparty%2Fsystemd.git meson: bump versions for v255-rc1 --- 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/')