From: Luca Boccassi Date: Tue, 24 Jan 2023 12:32:15 +0000 (+0000) Subject: meson: bump numbers for v253-rc1 X-Git-Tag: v253-rc1~15^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1429c645b5eebdd52ce4f8d4ecccb0ec0a84978;p=thirdparty%2Fsystemd.git meson: bump numbers for v253-rc1 --- diff --git a/meson.build b/meson.build index 8ab8d51b4bd..2ca63372bfe 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ # SPDX-License-Identifier: LGPL-2.1-or-later project('systemd', 'c', - version : '252', + version : '253', license : 'LGPLv2+', default_options: [ 'c_std=gnu11', @@ -13,8 +13,8 @@ project('systemd', 'c', meson_version : '>= 0.53.2', ) -libsystemd_version = '0.35.0' -libudev_version = '1.7.5' +libsystemd_version = '0.36.0' +libudev_version = '1.7.6' conf = configuration_data() conf.set_quoted('PROJECT_URL', 'https://systemd.io/')