From 4229a555fc6298ac0cbc6f76faf4eaea628bc80c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 16 Mar 1996 22:30:54 +0000 Subject: Don't include version.h. (main): Use PACKAGE_VERSION instead of version_string. --- src/uniq.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/uniq.c') diff --git a/src/uniq.c b/src/uniq.c index d6900ceff..2ba1aa403 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -40,7 +40,6 @@ #include "system.h" #include "linebuffer.h" -#include "version.h" #include "error.h" #include "xstrtol.h" @@ -363,7 +362,7 @@ main (int argc, char **argv) if (show_version) { - printf ("uniq - %s\n", version_string); + printf ("uniq - %s\n", PACKAGE_VERSION); exit (0); } -- cgit v1.2.3-54-g00ecf