From 5ab348723247f5f7f55adae74e3f5f7c2fc103e7 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Fri, 17 Feb 2012 22:58:30 -0500 Subject: [PATCH] Fix missing version.h update Signed-off-by: "Theodore Ts'o" --- version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.h b/version.h index 10c4d84..18d20c8 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.42" -#define E2FSPROGS_DATE "29-Nov-2011" +#define E2FSPROGS_VERSION "1.42.1" +#define E2FSPROGS_DATE "17-Feb-2012" -- 1.8.3.1