mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
meson: bump numbers for v252-rc1
This commit is contained in:
parent
47819da972
commit
5791594a0f
@ -1,7 +1,7 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
project('systemd', 'c',
|
||||
version : '251',
|
||||
version : '252',
|
||||
license : 'LGPLv2+',
|
||||
default_options: [
|
||||
'c_std=gnu11',
|
||||
@ -13,8 +13,8 @@ project('systemd', 'c',
|
||||
meson_version : '>= 0.53.2',
|
||||
)
|
||||
|
||||
libsystemd_version = '0.34.0'
|
||||
libudev_version = '1.7.4'
|
||||
libsystemd_version = '0.35.0'
|
||||
libudev_version = '1.7.5'
|
||||
|
||||
conf = configuration_data()
|
||||
conf.set_quoted('PROJECT_URL', 'https://systemd.io/')
|
||||
|
Loading…
Reference in New Issue
Block a user