From: Karel Zak Date: Wed, 1 May 2024 19:46:06 +0000 (+0200) Subject: build-sys: release++ (v2.40.1-rc1) X-Git-Tag: v2.40.1-rc1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c55f993bdaaae31d2b0475d40821cf56af5cb2e;p=thirdparty%2Futil-linux.git build-sys: release++ (v2.40.1-rc1) Signed-off-by: Karel Zak --- diff --git a/NEWS b/NEWS index 9ec6cdba6..6ce171125 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +util-linux 2.40.1-rc1: May 01 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 + util-linux 2.40: Mar 27 2024 * see Documentation/releases/v2.40-ReleaseNotes or the complete changelog at https://www.kernel.org/pub/linux/utils/util-linux/v2.40/v2.40-ChangeLog diff --git a/configure.ac b/configure.ac index 0e51e7cad..d536ae3a7 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="27-Mar-2024" +LIBBLKID_DATE="01-May-2024" LIBBLKID_LT_MAJOR=1 LIBBLKID_LT_MINOR=1 LIBBLKID_LT_MICRO=0 diff --git a/meson.build b/meson.build index af7ccf788..930c65f37 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 = '27-Mar-2024' +libblkid_date = '01-May-2024' libuuid_version = '1.3.0' liblastlog2_version = '2.0.0' libmount_version = '1.1.0'