From 8230dec4c50810065403eefe3c8cda475976e3eb Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 4 Apr 2024 10:33:20 +0200 Subject: [PATCH] build-sys: release++ (v2.39.4) Signed-off-by: Karel Zak --- NEWS | 4 ++++ configure.ac | 2 +- meson.build | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 326f243c8b..81b7469b88 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +util-linux 2.39.4: Apr 04 2024 +* see Documentation/releases/v2.39.4-ReleaseNotes or the complete changelog at + https://www.kernel.org/pub/linux/utils/util-linux/v2.39/v2.39.4-ChangeLog + util-linux 2.39.3: Dec 04 2023 * see Documentation/releases/v2.39.3-ReleaseNotes or the complete changelog at https://www.kernel.org/pub/linux/utils/util-linux/v2.39/v2.39.3-ChangeLog diff --git a/configure.ac b/configure.ac index c84d2952ef..5de7a0459d 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ PACKAGE_VERSION_RELEASE=$(echo $PACKAGE_VERSION | awk -F. '{ dnl libblkid version LIBBLKID_VERSION="$PACKAGE_VERSION_MAJOR.$PACKAGE_VERSION_MINOR.$PACKAGE_VERSION_RELEASE" -LIBBLKID_DATE="04-Dec-2023" +LIBBLKID_DATE="04-Apr-2024" LIBBLKID_LT_MAJOR=1 LIBBLKID_LT_MINOR=1 LIBBLKID_LT_MICRO=0 diff --git a/meson.build b/meson.build index 3aa0c95da4..d71bc13d07 100644 --- a/meson.build +++ b/meson.build @@ -7,7 +7,7 @@ fs = import('fs') pkgconfig = import('pkgconfig') libblkid_version = '1.1.0' -libblkid_date = '01-Jun-2021' +libblkid_date = '04-Apr-2024' libuuid_version = '1.3.0' libmount_version = '1.1.0' libsmartcols_version = '1.1.0' -- 2.47.2