summaryrefslogtreecommitdiff
path: root/src/ln.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ln.c')
-rw-r--r--src/ln.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ln.c b/src/ln.c
index 83866a3f8..d60e369d9 100644
--- a/src/ln.c
+++ b/src/ln.c
@@ -28,7 +28,6 @@
#include "system.h"
#include "backupfile.h"
-#include "version.h"
#include "error.h"
int link (); /* Some systems don't declare this anywhere. */
@@ -371,7 +370,7 @@ main (int argc, char **argv)
if (show_version)
{
- printf ("ln - %s\n", version_string);
+ printf ("ln - %s\n", PACKAGE_VERSION);
exit (0);
}