diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-06-22 13:03:47 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-06-22 13:11:49 +0200 |
commit | de7436b02badc82200dc127ff190b8155769b8e7 (patch) | |
tree | 94b74f04796e0da187092db7c2487aaf30f0faf1 /meson.build | |
parent | e8498f821b33127d49b4101d1af91c8f20d7b942 (diff) | |
download | systemd-de7436b02badc82200dc127ff190b8155769b8e7.tar.gz systemd-de7436b02badc82200dc127ff190b8155769b8e7.tar.bz2 systemd-de7436b02badc82200dc127ff190b8155769b8e7.zip |
meson: bump package and library versionv239
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meson.build b/meson.build index e1d5b73566..04331dd41a 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ # SPDX-License-Identifier: LGPL-2.1+ project('systemd', 'c', - version : '238', + version : '239', license : 'LGPLv2+', default_options: [ 'c_std=gnu99', @@ -12,8 +12,8 @@ project('systemd', 'c', meson_version : '>= 0.44', ) -libsystemd_version = '0.22.0' -libudev_version = '1.6.10' +libsystemd_version = '0.23.0' +libudev_version = '1.6.11' # We need the same data in two different formats, ugh! # Also, for hysterical reasons, we use different variable |