From aa7e0be9623b13b3008d51936806111d655522a7 Mon Sep 17 00:00:00 2001 From: Li Dongyang Date: Tue, 6 Sep 2022 10:07:33 +1000 Subject: [PATCH] EX-5678 build: update version to 1.46.2.wc6 86477112 EX-5678 mmp: don't use O_RDWR in ext2fs_mmp_read b4450ead LU-16067 misc: cleanup compiler warnings 50300b88 LU-16067 debugfs: quiet debugfs 'catastrophic' message 1e3001a9 LU-15997 build: add Red Hat 9 rpm support Change-Id: Ib3d17909c9a1139b972a29bdb3a094a51e13d3f7 Signed-off-by: Li Dongyang --- e2fsprogs.spec | 2 +- version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/e2fsprogs.spec b/e2fsprogs.spec index a7193d6..0ed6f95 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.wc5 +Version: 1.46.2.wc6 Release: 0%{_vendor} License: GPLv2 and LGPLv2 Group: System Environment/Base diff --git a/version.h b/version.h index e041eae..831f013 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.wc5" -#define E2FSPROGS_DATE "26-Mar-2022" +#define E2FSPROGS_VERSION "1.46.2.wc6" +#define E2FSPROGS_DATE "06-Sep-2022" -- 1.8.3.1