From: Lonnie Abelbeck Date: Wed, 18 Jul 2018 20:37:09 +0000 (-0500) Subject: e2fsprogs: fix non-three-char month in version.h X-Git-Tag: v1.44.4~33 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=59c2913cb4e36e7090e12712122c6c24f0cd2a72;p=tools%2Fe2fsprogs.git e2fsprogs: fix non-three-char month in version.h Signed-off-by: Theodore Ts'o --- diff --git a/version.h b/version.h index 2fda43f..b182752 100644 --- a/version.h +++ b/version.h @@ -8,4 +8,4 @@ */ #define E2FSPROGS_VERSION "1.44.3" -#define E2FSPROGS_DATE "10-July-2018" +#define E2FSPROGS_DATE "10-Jul-2018"