From 0760f12c1a20130cc1b1adf332229936c11a9a52 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Thu, 24 Mar 2022 16:39:58 -0600 Subject: [PATCH] LU-15682 build: update version to 1.46.2.wc5 b62048305 LU-15682 build: add AlmaLinux rpm support 980a75706 LU-15590 libext2fs: fix direct I/O read b15a0ad2f LU-11545 debugfs: allow for ncheck d31671c78 LU-11604 tests: fix ACL-printing tests Change-Id: I98aec4a3842351881e84a08dfa70230347d17f16 Signed-off-by: Andreas Dilger --- e2fsprogs.spec | 2 +- version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/e2fsprogs.spec b/e2fsprogs.spec index 90772c1..a7193d6 100644 --- a/e2fsprogs.spec +++ b/e2fsprogs.spec @@ -5,7 +5,7 @@ Summary: Utilities for managing ext2/ext3/ext4 filesystems Name: e2fsprogs -Version: 1.46.2.wc4 +Version: 1.46.2.wc5 Release: 0%{_vendor} License: GPLv2 and LGPLv2 Group: System Environment/Base diff --git a/version.h b/version.h index c3e3a91..e041eae 100644 --- a/version.h +++ b/version.h @@ -7,5 +7,5 @@ * file may be redistributed under the GNU Public License v2. */ -#define E2FSPROGS_VERSION "1.46.2.wc4" -#define E2FSPROGS_DATE "18-Dec-2021" +#define E2FSPROGS_VERSION "1.46.2.wc5" +#define E2FSPROGS_DATE "26-Mar-2022" -- 1.8.3.1