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/ChangeLog b/e2fsck/ChangeLog
index 9c43562..18a142f 100644
--- a/e2fsck/ChangeLog
+++ b/e2fsck/ChangeLog
@@ -1,5 +1,8 @@
 2001-08-27  Theodore Tso  <tytso@valinux.com>
 
+	* unix.c (main): Remove EXT2FS_VERSION from the version display,
+		since it only confuses people.
+
 	* pass1.c (strnlen): Provide strnlen if libc doesn't.
 
 2001-08-15  Theodore Tso  <tytso@valinux.com>