From: Karel Zak Date: Mon, 15 Dec 2025 12:50:01 +0000 (+0100) Subject: build-sys: update release dates X-Git-Tag: v2.41.3^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fstable%2Fv2.41;p=thirdparty%2Futil-linux.git build-sys: update release dates Signed-off-by: Karel Zak --- diff --git a/NEWS b/NEWS index 0f25151ee..e147c57c0 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -util-linux 2.41.2: Sep 22 2025 (the latest and greatest!) +util-linux 2.41.3: Dec 15 2025 (the latest and greatest!) The most recent version (on the first line) may be used as a fallback for the ./tools/git-version-gen script. diff --git a/configure.ac b/configure.ac index 1e6eb70c4..d32b11d1d 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="22-Sep-2025" +LIBBLKID_DATE="15-Dec-2025" LIBBLKID_LT_MAJOR=1 LIBBLKID_LT_MINOR=1 LIBBLKID_LT_MICRO=0 diff --git a/meson.build b/meson.build index d8c086ac9..1647a848b 100644 --- a/meson.build +++ b/meson.build @@ -13,7 +13,7 @@ pkgconfig = import('pkgconfig') # soname versions; This never change because we use symbol versioning. There is also # API version (LIB*_VERSION macros) and it follow package version. libblkid_version = '1.1.0' -libblkid_date = '22-Sep-2025' +libblkid_date = '15-Dec-2025' libuuid_version = '1.3.0' liblastlog2_version = '2.0.0' libmount_version = '1.1.0'