]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: release++ (v2.37) v2.37
authorKarel Zak <kzak@redhat.com>
Tue, 1 Jun 2021 07:52:10 +0000 (09:52 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 1 Jun 2021 07:52:10 +0000 (09:52 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
NEWS
configure.ac
meson.build

diff --git a/NEWS b/NEWS
index 389e07591448962ae8d72bd9b7ad69b8af5f103e..6c9a8e2f4c4b6d1ca5ac4892d9b74afa80b29ff2 100644 (file)
--- 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
index 26ec01d767dfb5493284e5fa7cd82139fff626d8..a87d01d7f454b131e49bb5761f8af3dedf28214f 100644 (file)
@@ -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
index 898c55d7269104ac06068909c7e2842acefd5f81..fbb24e7a469c5ba07ddf134ca766c3287ac9f425 100644 (file)
@@ -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'