Remove EXT2FS_VERSION from the version display, since it
only confuses people.
Make fsck's version display be consistent with the other e2fsprogs
programs.
diff --git a/e2fsck/unix.c b/e2fsck/unix.c
index 431d03c..c15b1d3 100644
--- a/e2fsck/unix.c
+++ b/e2fsck/unix.c
@@ -701,9 +701,8 @@
#endif
if (!(ctx->options & E2F_OPT_PREEN) || show_version_only)
- fprintf (stderr, _("e2fsck %s, %s for EXT2 FS %s, %s\n"),
- my_ver_string, my_ver_date, EXT2FS_VERSION,
- EXT2FS_DATE);
+ fprintf (stderr, "e2fsck %s (%s)\n", my_ver_string,
+ my_ver_date);
if (show_version_only) {
fprintf(stderr, _("\tUsing %s, %s\n"),