diff options
author | Lennart Poettering <lennart@poettering.net> | 2019-07-23 15:36:01 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2019-07-23 15:56:41 +0200 |
commit | 1899985645c2b5566dd9d5d2df354326823cbf40 (patch) | |
tree | 902a99d8d602377916a599fdaba2967fedef1fed /meson.build | |
parent | sd-daemon: don't mention strerror_safe() in examples in public headers (diff) | |
download | systemd-1899985645c2b5566dd9d5d2df354326823cbf40.tar.xz systemd-1899985645c2b5566dd9d5d2df354326823cbf40.zip |
meson: bump version for package and .so
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 09abd9e2ec..76b3d53391 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ # SPDX-License-Identifier: LGPL-2.1+ project('systemd', 'c', - version : '242', + version : '243', license : 'LGPLv2+', default_options: [ 'c_std=gnu99', @@ -12,8 +12,8 @@ project('systemd', 'c', meson_version : '>= 0.46', ) -libsystemd_version = '0.26.0' -libudev_version = '1.6.14' +libsystemd_version = '0.27.0' +libudev_version = '1.6.15' # We need the same data in two different formats, ugh! # Also, for hysterical reasons, we use different variable |