From dbcc687f6ab1568982cdf3fe391c0beb818b7e28 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 13 Jan 2025 13:24:38 +0100 Subject: [PATCH] build-sys: release++ (v2.40.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 ac463ee60..70523f30c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +util-linux 2.40.4: Jan 13 2025 +* see Documentation/releases/v2.40.4-ReleaseNotes or the complete changelog at + https://www.kernel.org/pub/linux/utils/util-linux/v2.40/v2.40.4-ChangeLog + util-linux 2.40.3: Jan 09 2025 * see Documentation/releases/v2.40.3-ReleaseNotes or the complete changelog at https://www.kernel.org/pub/linux/utils/util-linux/v2.40/v2.40.3-ChangeLog diff --git a/configure.ac b/configure.ac index ca3d56415..07369a57e 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="09-Jan-2025" +LIBBLKID_DATE="13-Jan-2025" LIBBLKID_LT_MAJOR=1 LIBBLKID_LT_MINOR=1 LIBBLKID_LT_MICRO=0 diff --git a/meson.build b/meson.build index a7e4cf63a..39a5c6801 100644 --- a/meson.build +++ b/meson.build @@ -13,7 +13,7 @@ pkgconfig = import('pkgconfig') # soname versions; This never change because we use symbols versioing. There is also # API version (LIB*_VERSION macros) and it follow package version. libblkid_version = '1.1.0' -libblkid_date = '09-Jan-2025' +libblkid_date = '13-Jan-2025' libuuid_version = '1.3.0' liblastlog2_version = '2.0.0' libmount_version = '1.1.0' -- 2.47.2