From: Theodore Ts'o Date: Wed, 13 Jun 2012 19:36:56 +0000 (-0400) Subject: Update version.h using the proper abbreviation for June X-Git-Tag: v1.42.5~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f0eef4d3d64d4dae1ce94fd535759884224b681;p=thirdparty%2Fe2fsprogs.git 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" --- diff --git a/version.h b/version.h index 7aaddffa8..a1b96c9b2 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"