Skip to content

Commit eed3d04

Browse files
committed
meson: bump versions for v254-rc1
1 parent 8392979 commit eed3d04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

meson.build

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: LGPL-2.1-or-later
22

33
project('systemd', 'c',
4-
version : '253',
4+
version : '254',
55
license : 'LGPLv2+',
66
default_options: [
77
'c_std=gnu11',
@@ -13,8 +13,8 @@ project('systemd', 'c',
1313
meson_version : '>= 0.60.0',
1414
)
1515

16-
libsystemd_version = '0.36.0'
17-
libudev_version = '1.7.6'
16+
libsystemd_version = '0.37.0'
17+
libudev_version = '1.7.7'
1818

1919
conf = configuration_data()
2020
conf.set_quoted('PROJECT_URL', 'https://systemd.io/')

0 commit comments

Comments
 (0)