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