summaryrefslogtreecommitdiffstats
path: root/ax25/axctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'ax25/axctl.c')
-rw-r--r--ax25/axctl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ax25/axctl.c b/ax25/axctl.c
index f1116a7..c27bcdf 100644
--- a/ax25/axctl.c
+++ b/ax25/axctl.c
@@ -6,6 +6,7 @@
#include <pwd.h>
#include <config.h>
+#include <scm-version.h>
#include <sys/types.h>
#include <sys/ioctl.h>
@@ -25,7 +26,7 @@ int main(int argc, char **argv)
int s;
if (argc == 2 && strncmp(argv[1], "-v", 2) == 0) {
- printf("axctl: %s\n", VERSION);
+ printf("axctl: %s\n", FULL_VER);
return 0;
}