diff options
author | Theodore Ts'o <tytso@mit.edu> | 2012-06-13 15:36:56 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2012-06-13 16:06:54 -0400 |
commit | 6f0eef4d3d64d4dae1ce94fd535759884224b681 (patch) | |
tree | 72f25e130461ffc4b9ff96d1eeb6f3c28133de16 | |
parent | c1986ecb6fc68427db7579d409929939117e45ff (diff) | |
download | e2fsprogs-6f0eef4d3d64d4dae1ce94fd535759884224b681.tar.gz |
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" <tytso@mit.edu>
-rw-r--r-- | version.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,4 +8,4 @@ */ #define E2FSPROGS_VERSION "1.42.4" -#define E2FSPROGS_DATE "12-June-2012" +#define E2FSPROGS_DATE "12-Jun-2012" |