diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-03-05 17:12:48 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-03-05 17:21:09 +0100 |
commit | ad6a085310226303615323aa6d9f3b4997e12020 (patch) | |
tree | 1b4b935baa8d12f29c4607949179c86f098ac3f1 /meson.build | |
parent | 72dea211d475156e659e83e90e8e0858e7bc15f5 (diff) | |
download | systemd-ad6a085310226303615323aa6d9f3b4997e12020.tar.gz |
meson: bump so revision and systemd version in preparation for v238
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 ae989e12e5..30b7f1bafa 100644 --- a/meson.build +++ b/meson.build @@ -16,7 +16,7 @@ # along with systemd; If not, see <http://www.gnu.org/licenses/>. 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 |