From d5c986d7c646c88f30dd3521e7ac2b852e3a5b3d Mon Sep 17 00:00:00 2001 From: Li Dongyang Date: Tue, 8 Jun 2021 10:11:38 +1000 Subject: [PATCH] build: update version to 1.46.2.wc2 8495892a LU-14432 ext2fs: fix ext2fs_get_avg_group() warning 5aa781e2 LU-14710 e2fsck: fix ".." more gracefully if possible 933bb7f7 LU-14664 debugfs: print FLR values for trusted.fid Change-Id: Icfa84c71b9c2ad2ff8e1890679533a85be873640 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 4d86827..0b90cbb 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.wc1 +Version: 1.46.2.wc2 Release: 0%{_vendor} License: GPLv2 and LGPLv2 Group: System Environment/Base diff --git a/version.h b/version.h index 76535c0..1cbc8e4 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.wc1" -#define E2FSPROGS_DATE "28-Feb-2021" +#define E2FSPROGS_VERSION "1.46.2.wc2" +#define E2FSPROGS_DATE "8-Jun-2021" -- 1.8.3.1