From 10f4d4703763ef2a7e82e4d20d122e0ea139975f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 23 Feb 2021 01:56:21 +0100 Subject: [PATCH] meson: bump version numbers --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 226dc90f9e7..dc7cbc1c3ac 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ # SPDX-License-Identifier: LGPL-2.1-or-later project('systemd', 'c', - version : '247', + version : '248', license : 'LGPLv2+', default_options: [ 'c_std=gnu99', @@ -13,7 +13,7 @@ project('systemd', 'c', meson_version : '>= 0.46', ) -libsystemd_version = '0.30.0' +libsystemd_version = '0.31.0' libudev_version = '1.7.0' # We need the same data in two different formats, ugh! -- 2.47.3