8000 build-sys: release++ (v2.40.1) · util-linux/util-linux@faa3057 · GitHub
[go: up one dir, main page]

Skip to content

Commit faa3057

Browse files
committed
build-sys: release++ (v2.40.1)
Signed-off-by: Karel Zak <kzak@redhat.com>
1 parent 94b11df commit faa3057

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

NEWS

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
util-linux 2.40.1-rc1: May 01 2024
1+
util-linux 2.40.1: May 06 2024
22
* see Documentation/releases/v2.40.1-ReleaseNotes or the complete changelog at
33
https://www.kernel.org/pub/linux/utils/util-linux/v2.40/v2.40.1-ChangeLog
44

5+
util-linux 2.40.1-rc1: May 01 2024
6+
* see Documentation/releases/v2.40.1-ReleaseNotes or the complete changelog at
7+
https://www.kernel.org/pub/linux/utils/util-linux/v2.40/v2.40.1-rc1-ChangeLog
8+
59
util-linux 2.40: Mar 27 2024
610
* see Documentation/releases/v2.40-ReleaseNotes or the complete changelog at
711
https://www.kernel.org/pub/linux/utils/util-linux/v2.40/v2.40-ChangeLog

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ PACKAGE_VERSION_RELEASE=$(echo $PACKAGE_VERSION | awk -F. '{
2929

3030
dnl libblkid version
3131
LIBBLKID_VERSION="$PACKAGE_VERSION_MAJOR.$PACKAGE_VERSION_MINOR.$PACKAGE_VERSION_RELEASE"
32-
LIBBLKID_DATE="01-May-2024"
32+
LIBBLKID_DATE="06-May-2024"
3333
LIBBLKID_LT_MAJOR=1
3434
LIBBLKID_LT_MINOR=1
3535
LIBBLKID_LT_MICRO=0

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pkgconfig = import('pkgconfig')
1313
# soname versions; This never change because we use symbols versioing. There is also
1414
# API version (LIB*_VERSION macros) and it follow package version.
1515
libblkid_version = '1.1.0'
16-
libblkid_date = '01-May-2024'
16+
libblkid_date = '06-May-2024'
1717
libuuid_version = '1.3.0'
1818
liblastlog2_version = '2.0.0'
1919
libmount_version = '1.1.0'

0 commit comments

Comments
 (0)
0