From: Lennart Poettering Date: Tue, 23 Jul 2019 13:36:01 +0000 (+0200) Subject: meson: bump version for package and .so X-Git-Tag: v243-rc1~69^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13148%2Fhead;p=thirdparty%2Fsystemd.git meson: bump version for package and .so --- diff --git a/meson.build b/meson.build index 09abd9e2ec6..76b3d533916 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