summaryrefslogtreecommitdiffstats
path: root/netrom/netromd.c
diff options
context:
space:
mode:
Diffstat (limited to 'netrom/netromd.c')
-rw-r--r--netrom/netromd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/netrom/netromd.c b/netrom/netromd.c
index fbad930..394e75f 100644
--- a/netrom/netromd.c
+++ b/netrom/netromd.c
@@ -8,6 +8,7 @@
#include <sys/time.h>
#include <config.h>
+#include <scm-version.h>
#include <sys/types.h>
#include <sys/ioctl.h>
@@ -172,7 +173,7 @@ int main(int argc, char **argv)
}
break;
case 'v':
- printf("netromd: %s\n", VERSION);
+ printf("netromd: %s\n", FULL_VER);
return 0;
case '?':
case ':':