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