Don't include version.h.
[platform/upstream/coreutils.git] / src / tr.c
index 2a97d81..d008607 100644 (file)
--- a/src/tr.c
+++ b/src/tr.c
@@ -34,7 +34,6 @@
 #endif
 
 #include "system.h"
-#include "version.h"
 #include "error.h"
 
 #ifndef ULONG_MAX
@@ -1832,7 +1831,7 @@ main (int argc, char **argv)
 
   if (show_version)
     {
-      printf ("tr - %s\n", version_string);
+      printf ("tr - %s\n", PACKAGE_VERSION);
       exit (0);
     }