From: Karel Zak Date: Thu, 4 Apr 2024 08:33:20 +0000 (+0200) Subject: build-sys: release++ (v2.39.4) X-Git-Tag: v2.39.4^0 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=8230dec4c50810065403eefe3c8cda475976e3eb;p=thirdparty%2Futil-linux.git build-sys: release++ (v2.39.4) Signed-off-by: Karel Zak --- diff --git a/NEWS b/NEWS index 326f243c8..81b7469b8 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 c84d2952e..5de7a0459 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 3aa0c95da..d71bc13d0 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'