summaryrefslogtreecommitdiffstats
path: root/ax25/mheardd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ax25/mheardd.c')
-rw-r--r--ax25/mheardd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ax25/mheardd.c b/ax25/mheardd.c
index 3f61f86..cbe5e26 100644
--- a/ax25/mheardd.c
+++ b/ax25/mheardd.c
@@ -33,6 +33,7 @@
#include <netax25/mheard.h>
#include <config.h>
+#include <scm-version.h>
#include "../pathnames.h"
@@ -149,7 +150,7 @@ int main(int argc, char **argv)
}
break;
case 'v':
- printf("mheardd: %s\n", VERSION);
+ printf("mheardd: %s\n", FULL_VER);
return 0;
case ':':
fprintf(stderr, "mheardd: option -n needs an argument\n");