From 2c418380c4c74cd7c76b7d4034febd8448a97e14 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 6 Mar 2025 12:14:41 +0100 Subject: [PATCH] build-sys: update release dates Signed-off-by: Karel Zak --- NEWS | 2 +- configure.ac | 2 +- meson.build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index c1e51844a..8a472eea3 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -util-linux 2.41-rc1: Fed 18 2025 (the most recent version) +util-linux 2.41-rc2: Mar 06 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 df10d52e7..7a55ea6c6 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="18-Feb-2025" +LIBBLKID_DATE="06-Mar-2025" LIBBLKID_LT_MAJOR=1 LIBBLKID_LT_MINOR=1 LIBBLKID_LT_MICRO=0 diff --git a/meson.build b/meson.build index dc38fff07..b48cc53cc 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 = '18-Feb-2025' +libblkid_date = '06-Mar-2025' libuuid_version = '1.3.0' liblastlog2_version = '2.0.0' libmount_version = '1.1.0' -- 2.47.3