From 8854e46a50a0272578599d2fcd8d1fb363e19c38 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 23 Jan 2017 11:03:56 +0100 Subject: Add a git suffix to the version number used by all programs. This uses a setlocalversion script derived from the kernel's scripts/setlocalversion. Signed-off-by: Ralf Baechle --- ax25/axctl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ax25/axctl.c') 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 #include +#include #include #include @@ -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; } -- cgit v1.2.3