mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
meson: bump version numbers for v246
This commit is contained in:
parent
72e5190878
commit
3994922baf
@ -1,7 +1,7 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1+
|
||||
|
||||
project('systemd', 'c',
|
||||
version : '245',
|
||||
version : '246',
|
||||
license : 'LGPLv2+',
|
||||
default_options: [
|
||||
'c_std=gnu99',
|
||||
@ -13,8 +13,8 @@ project('systemd', 'c',
|
||||
meson_version : '>= 0.46',
|
||||
)
|
||||
|
||||
libsystemd_version = '0.28.0'
|
||||
libudev_version = '1.6.17'
|
||||
libsystemd_version = '0.29.0'
|
||||
libudev_version = '1.6.18'
|
||||
|
||||
# We need the same data in two different formats, ugh!
|
||||
# Also, for hysterical reasons, we use different variable
|
||||
|
Loading…
Reference in New Issue
Block a user