From b2e8323ed3186e3d64cc721a1f5ddf1c59b103c7 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Mon, 8 Feb 2021 04:40:40 -0700 Subject: [PATCH] build: update version to 1.45.6.wc4 8725134d LU-5949 e2fsck: simplify inode badness handling 71b74579 LU-14345 e2fsck: fix check of directories over 4GB 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 242d1e4..83b1031 100644 --- a/e2fsprogs.spec +++ b/e2fsprogs.spec @@ -5,7 +5,7 @@ Summary: Utilities for managing ext2/ext3/ext4 filesystems Name: e2fsprogs -Version: 1.45.6.wc3 +Version: 1.45.6.wc4 Release: 0%{_vendor} License: GPLv2 and LGPLv2 Group: System Environment/Base diff --git a/version.h b/version.h index fb5e8bf..02dbf70 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.45.6.wc3" -#define E2FSPROGS_DATE "28-Sep-2020" +#define E2FSPROGS_VERSION "1.45.6.wc4" +#define E2FSPROGS_DATE "08-Feb-2021" -- 1.8.3.1