From 1cebcc34373ed34266f726fff71030a83b4df7da Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 4 Jul 2024 09:59:17 +0200 Subject: [PATCH] build-sys: release++ (v2.40.2) 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 a623a0138..ca2e6bbd3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +util-linux 2.40.2: Jul 04 2024 +* see Documentation/releases/v2.40.2-ReleaseNotes or the complete changelog at + https://www.kernel.org/pub/linux/utils/util-linux/v2.40/v2.40.2-ChangeLog + util-linux 2.40.1: May 06 2024 * see Documentation/releases/v2.40.1-ReleaseNotes or the complete changelog at https://www.kernel.org/pub/linux/utils/util-linux/v2.40/v2.40.1-ChangeLog diff --git a/configure.ac b/configure.ac index 3fe58db18..82d0e4bf9 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="06-May-2024" +LIBBLKID_DATE="04-Jul-2024" LIBBLKID_LT_MAJOR=1 LIBBLKID_LT_MINOR=1 LIBBLKID_LT_MICRO=0 diff --git a/meson.build b/meson.build index b9e3eb59f..6d1f986af 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 = '06-May-2024' +libblkid_date = '04-Jul-2024' libuuid_version = '1.3.0' liblastlog2_version = '2.0.0' libmount_version = '1.1.0' -- 2.47.2