summaryrefslogtreecommitdiff
path: root/src/comm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/comm.c')
-rw-r--r--src/comm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/comm.c b/src/comm.c
index e9db88874..a1b1f4622 100644
--- a/src/comm.c
+++ b/src/comm.c
@@ -24,7 +24,6 @@
#include <sys/types.h>
#include "system.h"
#include "linebuffer.h"
-#include "version.h"
#include "error.h"
/* Undefine, to avoid warning about redefinition on some systems. */
@@ -250,7 +249,7 @@ main (int argc, char **argv)
if (show_version)
{
- printf ("comm - %s\n", version_string);
+ printf ("comm - %s\n", PACKAGE_VERSION);
exit (0);
}