summaryrefslogtreecommitdiff
path: root/src/tac.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-03-16 22:30:54 +0000
committerJim Meyering <jim@meyering.net>1996-03-16 22:30:54 +0000
commit4229a555fc6298ac0cbc6f76faf4eaea628bc80c (patch)
treed7980c8872aa7269f1273c89400e20f8f5d51f88 /src/tac.c
parent688833b80eb8394b7246eae84766ae1e606ef663 (diff)
downloadcoreutils-4229a555fc6298ac0cbc6f76faf4eaea628bc80c.tar.xz
Don't include version.h.
(main): Use PACKAGE_VERSION instead of version_string.
Diffstat (limited to 'src/tac.c')
-rw-r--r--src/tac.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tac.c b/src/tac.c
index 54c10d0b4..88c688a74 100644
--- a/src/tac.c
+++ b/src/tac.c
@@ -47,7 +47,6 @@ tac -r -s '.\|
# include <rx.h>
#endif
#include "system.h"
-#include "version.h"
#include "error.h"
#ifndef STDC_HEADERS
@@ -622,7 +621,7 @@ main (int argc, char **argv)
if (show_version)
{
- printf ("tac - %s\n", version_string);
+ printf ("tac - %s\n", PACKAGE_VERSION);
exit (0);
}