From 8f9a0f45501af4036becae31f3d054bfaf48149c Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Tue, 9 Feb 2021 11:06:45 -0700 Subject: [PATCH] build: update version to 1.45.6.wc5 4aea203f LU-5949 e2fsck: call delete_inode() properly Change-Id: Iac0043985f099248f6a53ea0df2cfe9c22ba18f6 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 83b1031..51180cd 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.wc4 +Version: 1.45.6.wc5 Release: 0%{_vendor} License: GPLv2 and LGPLv2 Group: System Environment/Base diff --git a/version.h b/version.h index 02dbf70..51ca3b8 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.wc4" -#define E2FSPROGS_DATE "08-Feb-2021" +#define E2FSPROGS_VERSION "1.45.6.wc5" +#define E2FSPROGS_DATE "09-Feb-2021" -- 1.8.3.1