summaryrefslogtreecommitdiff
path: root/src/chown.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chown.c')
-rw-r--r--src/chown.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/chown.c b/src/chown.c
index 026309df2..227e40884 100644
--- a/src/chown.c
+++ b/src/chown.c
@@ -36,7 +36,6 @@
#include <getopt.h>
#include "system.h"
-#include "version.h"
#include "error.h"
#ifndef _POSIX_VERSION
@@ -277,7 +276,7 @@ main (int argc, char **argv)
if (show_version)
{
- printf ("chown - %s\n", version_string);
+ printf ("chown - %s\n", PACKAGE_VERSION);
exit (0);
}