From 331584dbbf206d1adac66979946a2817d9f30abb Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 12 Apr 2021 12:46:51 +0200 Subject: [PATCH] build-sys: fix typo s/Aug/Apr/ ... move back in time ;-) Signed-off-by: Karel Zak --- NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 0630f126f2..43e866f47a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -util-linux 2.37-rc1: Aug 12 2021 +util-linux 2.37-rc1: Apr 12 2021 * see Documentation/releases/v2.37-ReleaseNotes or the complete changelog at https://www.kernel.org/pub/linux/utils/util-linux/v2.37/v2.37-rc1-ChangeLog diff --git a/configure.ac b/configure.ac index 9e87b5f48f..bebb408542 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="12-Aug-2021" +LIBBLKID_DATE="12-Apr-2021" LIBBLKID_LT_MAJOR=1 LIBBLKID_LT_MINOR=1 LIBBLKID_LT_MICRO=0 -- 2.47.3