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