From d1b04070653fbc09236d9a9c4c14058da8646374 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Thu, 25 Apr 2024 22:26:08 +0100 Subject: [PATCH] meson: update version numbers for 256~rc1 --- meson.build | 4 ++-- meson.version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meson.build b/meson.build index 580f4312f97..cecdbc3aa7b 100644 --- a/meson.build +++ b/meson.build @@ -13,8 +13,8 @@ project('systemd', 'c', meson_version : '>= 0.60.0', ) -libsystemd_version = '0.38.0' -libudev_version = '1.7.8' +libsystemd_version = '0.39.0' +libudev_version = '1.7.9' conf = configuration_data() conf.set_quoted('PROJECT_URL', 'https://systemd.io/') diff --git a/meson.version b/meson.version index ecb02adbfed..f374973f075 100644 --- a/meson.version +++ b/meson.version @@ -1 +1 @@ -256~devel +256~rc1 -- 2.47.3