From 6f0eef4d3d64d4dae1ce94fd535759884224b681 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Wed, 13 Jun 2012 15:36:56 -0400 Subject: [PATCH] Update version.h using the proper abbreviation for June The configure script uses the date string in version.h to calculate a version date code. This only used for tagging prerelease tarball, so it's not a big deal, but fix this for correctness' sake. Signed-off-by: "Theodore Ts'o" --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index 7aaddff..a1b96c9 100644 --- a/version.h +++ b/version.h @@ -8,4 +8,4 @@ */ #define E2FSPROGS_VERSION "1.42.4" -#define E2FSPROGS_DATE "12-June-2012" +#define E2FSPROGS_DATE "12-Jun-2012" -- 1.8.3.1