Skip to content
This repository was archived by the owner on Aug 6, 2020. It is now read-only.

Commit de7436b

Browse files
poetteringkeszybz
authored andcommitted
meson: bump package and library version
1 parent e8498f8 commit de7436b

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+
22

33
project('systemd', 'c',
4-
version : '238',
4+
version : '239',
55
license : 'LGPLv2+',
66
default_options: [
77
'c_std=gnu99',
@@ -12,8 +12,8 @@ project('systemd', 'c',
1212
meson_version : '>= 0.44',
1313
)
1414

15-
libsystemd_version = '0.22.0'
16-
libudev_version = '1.6.10'
15+
libsystemd_version = '0.23.0'
16+
libudev_version = '1.6.11'
1717

1818
# We need the same data in two different formats, ugh!
1919
# Also, for hysterical reasons, we use different variable

0 commit comments

Comments
 (0)