summaryrefslogtreecommitdiff
path: root/src/touch.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-03-16 16:49:28 +0000
committerJim Meyering <jim@meyering.net>1996-03-16 16:49:28 +0000
commitca0246a4c13e8414a35263997b8a7b71ca28b71d (patch)
tree54bb074bf5f0d01ae6033095ddbaf90c136d30f4 /src/touch.c
parentc1cdafa1b4e6fbbb083f811896a1be9ab90c0f50 (diff)
downloadcoreutils-ca0246a4c13e8414a35263997b8a7b71ca28b71d.tar.xz
Don't include version.h.
(main): Use PACKAGE_VERSION instead of version_string.
Diffstat (limited to 'src/touch.c')
-rw-r--r--src/touch.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/touch.c b/src/touch.c
index 0f547ce1b..53d1c32f7 100644
--- a/src/touch.c
+++ b/src/touch.c
@@ -38,7 +38,6 @@
#include <sys/types.h>
#include "system.h"
-#include "version.h"
#include "error.h"
#include "argmatch.h"
@@ -342,7 +341,7 @@ main (int argc, char **argv)
if (show_version)
{
- printf ("touch - %s\n", version_string);
+ printf ("touch - %s\n", PACKAGE_VERSION);
exit (0);
}