meson: bump version numbers for v244

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-11-22 14:41:10 +01:00
parent 58c0663b97
commit 78af8a798a
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# SPDX-License-Identifier: LGPL-2.1+ # SPDX-License-Identifier: LGPL-2.1+
project('systemd', 'c', project('systemd', 'c',
version : '243', version : '244',
license : 'LGPLv2+', license : 'LGPLv2+',
default_options: [ default_options: [
'c_std=gnu99', 'c_std=gnu99',
@ -13,8 +13,8 @@ project('systemd', 'c',
meson_version : '>= 0.46', meson_version : '>= 0.46',
) )
libsystemd_version = '0.27.0' libsystemd_version = '0.27.1'
libudev_version = '1.6.15' libudev_version = '1.6.16'
# We need the same data in two different formats, ugh! # We need the same data in two different formats, ugh!
# Also, for hysterical reasons, we use different variable # Also, for hysterical reasons, we use different variable