]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Update version.h using the proper abbreviation for June
authorTheodore Ts'o <tytso@mit.edu>
Wed, 13 Jun 2012 19:36:56 +0000 (15:36 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 13 Jun 2012 20:06:54 +0000 (16:06 -0400)
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>
version.h

index 7aaddffa8692ac12e761290bbe308cdbf1911ecc..a1b96c9b2349fe753b13c9eff9e54fbc15a5bbc9 100644 (file)
--- 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"