Don't include version.h.
[platform/upstream/coreutils.git] / src / paste.c
index 395c6bc..7ac4787 100644 (file)
@@ -44,7 +44,6 @@
 #include <getopt.h>
 #include <sys/types.h>
 #include "system.h"
-#include "version.h"
 #include "error.h"
 
 char *xmalloc ();
@@ -473,7 +472,7 @@ main (int argc, char **argv)
 
   if (show_version)
     {
-      printf ("paste - %s\n", version_string);
+      printf ("paste - %s\n", PACKAGE_VERSION);
       exit (0);
     }