From 50736e4998fde0fff9b7876476137a21b85bd5a6 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 1 Jun 2021 09:52:10 +0200 Subject: [PATCH] build-sys: release++ (v2.37) Signed-off-by: Karel Zak --- NEWS | 4 ++++ configure.ac | 2 +- meson.build | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 389e075914..6c9a8e2f4c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +util-linux 2.37: Jun 1 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-ChangeLog + util-linux 2.37-rc2: May 10 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-rc2-ChangeLog diff --git a/configure.ac b/configure.ac index 26ec01d767..a87d01d7f4 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="10-May-2021" +LIBBLKID_DATE="01-Jun-2021" LIBBLKID_LT_MAJOR=1 LIBBLKID_LT_MINOR=1 LIBBLKID_LT_MICRO=0 diff --git a/meson.build b/meson.build index 898c55d726..fbb24e7a46 100644 --- a/meson.build +++ b/meson.build @@ -1,11 +1,11 @@ project('util-linux', 'c', - version : '2.35-rc2', + version : '2.37', license : 'GPLv2+') pkgconfig = import('pkgconfig') libblkid_version = '1.1.0' -libblkid_date = '11-Dec-2019' +libblkid_date = '01-Jun-2021' libuuid_version = '1.3.0' libmount_version = '1.1.0' libsmartcols_version = '1.1.0' -- 2.47.3