summaryrefslogtreecommitdiffstats
path: root/tcpip/rip98d.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcpip/rip98d.c')
-rw-r--r--tcpip/rip98d.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tcpip/rip98d.c b/tcpip/rip98d.c
index ca9a7b5..bb85e66 100644
--- a/tcpip/rip98d.c
+++ b/tcpip/rip98d.c
@@ -2,6 +2,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
+#include <scm-version.h>
#include <stdio.h>
#include <stdlib.h>
@@ -296,7 +297,7 @@ int main(int argc, char **argv)
}
break;
case 'v':
- printf("rip98d: %s\n", VERSION);
+ printf("rip98d: %s\n", FULL_VER);
return 0;
case ':':
fprintf(stderr, "rip98d: invalid time interval\n");