From: Li Dongyang Date: Tue, 8 Jun 2021 00:11:38 +0000 (+1000) Subject: build: update version to 1.46.2.wc2 X-Git-Tag: v1.46.2.wc2^0 X-Git-Url: https://git.whamcloud.com/tools/e2fsprogs.git/?a=commitdiff_plain;h=d5c986d7c646c88f30dd3521e7ac2b852e3a5b3d;p=tools%2Fe2fsprogs.git 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 --- 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"