summaryrefslogtreecommitdiffstats
path: root/ax25/rxecho.c
diff options
context:
space:
mode:
Diffstat (limited to 'ax25/rxecho.c')
-rw-r--r--ax25/rxecho.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ax25/rxecho.c b/ax25/rxecho.c
index c67b95e..597e6cb 100644
--- a/ax25/rxecho.c
+++ b/ax25/rxecho.c
@@ -64,6 +64,7 @@
#include <sys/types.h>
#include <config.h>
+#include <scm-version.h>
#include <sys/socket.h>
@@ -386,7 +387,7 @@ int main(int argc, char **argv)
logging = TRUE;
break;
case 'v':
- printf("rxecho: %s\n", VERSION);
+ printf("rxecho: %s\n", FULL_VER);
return 0;
default:
fprintf(stderr, "usage: rxecho [-l] [-v]\n");