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/misc/lsattr.c b/misc/lsattr.c
index 2d8de69..9e1cc33 100644
--- a/misc/lsattr.c
+++ b/misc/lsattr.c
@@ -178,9 +178,8 @@
 		}
 
 	if (verbose)
-		fprintf (stderr, _("lsattr %s, %s for EXT2 FS %s, %s\n"),
-			 E2FSPROGS_VERSION, E2FSPROGS_DATE,
-			 EXT2FS_VERSION, EXT2FS_DATE);
+		fprintf (stderr, "lsattr %s (%s)\n",
+			 E2FSPROGS_VERSION, E2FSPROGS_DATE);
 	if (optind > argc - 1)
 		lsattr_args (".");
 	else