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/e2image.c b/misc/e2image.c
index 600cd7b..fe2f2b2 100644
--- a/misc/e2image.c
+++ b/misc/e2image.c
@@ -410,9 +410,8 @@
 	bindtextdomain(NLS_CAT_NAME, LOCALEDIR);
 	textdomain(NLS_CAT_NAME);
 #endif
-	fprintf (stderr, _("e2image %s, %s for EXT2 FS %s, %s\n"),
-		 E2FSPROGS_VERSION, E2FSPROGS_DATE,
-		 EXT2FS_VERSION, EXT2FS_DATE);
+	fprintf (stderr, "e2image %s (%s)\n", E2FSPROGS_VERSION,
+		 E2FSPROGS_DATE);
 	if (argc && *argv)
 		program_name = *argv;
 	initialize_ext2_error_table();