From: Zbigniew Jędrzejewski-Szmek Date: Mon, 5 Mar 2018 16:12:48 +0000 (+0100) Subject: meson: bump so revision and systemd version in preparation for v238 X-Git-Tag: v238^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad6a085310226303615323aa6d9f3b4997e12020;p=thirdparty%2Fsystemd.git meson: bump so revision and systemd version in preparation for v238 --- diff --git a/meson.build b/meson.build index ae989e12e54..30b7f1bafaf 100644 --- a/meson.build +++ b/meson.build @@ -16,7 +16,7 @@ # along with systemd; If not, see . project('systemd', 'c', - version : '237', + version : '238', license : 'LGPLv2+', default_options: [ 'c_std=gnu99', @@ -27,8 +27,8 @@ project('systemd', 'c', meson_version : '>= 0.41', ) -libsystemd_version = '0.21.0' -libudev_version = '1.6.9' +libsystemd_version = '0.22.0' +libudev_version = '1.6.10' # We need the same data in three different formats, ugh! # Also, for hysterical reasons, we use different variable