From: Theodore Ts'o Date: Sat, 18 Feb 2012 03:58:30 +0000 (-0500) Subject: Fix missing version.h update X-Git-Tag: v1.42.1^0 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=5ab348723247f5f7f55adae74e3f5f7c2fc103e7;p=tools%2Fe2fsprogs.git Fix missing version.h update Signed-off-by: "Theodore Ts'o" --- 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"