summaryrefslogtreecommitdiff
path: root/src/tail.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tail.c')
-rw-r--r--src/tail.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tail.c b/src/tail.c
index c4c80caf3..5ec27fce3 100644
--- a/src/tail.c
+++ b/src/tail.c
@@ -51,7 +51,6 @@
#include <sys/types.h>
#include "system.h"
-#include "version.h"
#include "xstrtol.h"
#include "error.h"
@@ -970,7 +969,7 @@ main (int argc, char **argv)
if (show_version)
{
- printf ("tail - %s\n", version_string);
+ printf ("tail - %s\n", PACKAGE_VERSION);
exit (0);
}