8000 build-sys: update release dates · util-linux/util-linux@2c41838 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2c41838

Browse files
committed
build-sys: update release dates
Signed-off-by: Karel Zak <kzak@redhat.com>
1 parent 5340049 commit 2c41838

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
util-linux 2.41-rc1: Fed 18 2025 (the most recent version)
1+
util-linux 2.41-rc2: Mar 06 2025 (the latest and greatest!)
22

33
The most recent version (on the first line) may be used as a fallback for
44
the ./tools/git-version-gen script.

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="18-Feb-2025"
32+
LIBBLKID_DATE="06-Mar-2025"
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 symbol versioning. There is also
1414
# API version (LIB*_VERSION macros) and it follow package version.
1515
libblkid_version = '1.1.0'
16-
libblkid_date = '18-Feb-2025'
16+
libblkid_date = '06-Mar-2025'
1717
libuuid_version = '1.3.0'
1818
liblastlog2_version = '2.0.0'
1919
libmount_version = '1.1.0'

0 commit comments

Comments
 (0)
0