mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
meson: bump numbers for v251-rc1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
project('systemd', 'c',
|
||||
version : '250',
|
||||
version : '251',
|
||||
license : 'LGPLv2+',
|
||||
default_options: [
|
||||
'c_std=gnu11',
|
||||
@@ -13,8 +13,8 @@ project('systemd', 'c',
|
||||
meson_version : '>= 0.53.2',
|
||||
)
|
||||
|
||||
libsystemd_version = '0.33.0'
|
||||
libudev_version = '1.7.3'
|
||||
libsystemd_version = '0.34.0'
|
||||
libudev_version = '1.7.4'
|
||||
|
||||
conf = configuration_data()
|
||||
conf.set_quoted('PROJECT_URL', 'https://www.freedesktop.org/wiki/Software/systemd')
|
||||
|
||||
Reference in New Issue
Block a user