From: Karel Zak Date: Mon, 13 Jan 2025 12:24:38 +0000 (+0100) Subject: build-sys: release++ (v2.40.4) X-Git-Tag: v2.40.4^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fstable%2Fv2.40;p=thirdparty%2Futil-linux.git build-sys: release++ (v2.40.4) Signed-off-by: Karel Zak --- 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'