1
0
mirror of https://github.com/systemd/systemd synced 2024-07-09 04:26:06 +00:00

meson: bump versions for v254-rc1

This commit is contained in:
Luca Boccassi 2023-07-06 20:44:22 +01:00
parent 8392979e49
commit eed3d044cd

View File

@ -1,7 +1,7 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
project('systemd', 'c',
version : '253',
version : '254',
license : 'LGPLv2+',
default_options: [
'c_std=gnu11',
@ -13,8 +13,8 @@ project('systemd', 'c',
meson_version : '>= 0.60.0',
)
libsystemd_version = '0.36.0'
libudev_version = '1.7.6'
libsystemd_version = '0.37.0'
libudev_version = '1.7.7'
conf = configuration_data()
conf.set_quoted('PROJECT_URL', 'https://systemd.io/')