summaryrefslogtreecommitdiffstats
path: root/ax25/ax25d.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2017-01-23 11:03:56 +0100
committerRalf Baechle <ralf@linux-mips.org>2017-01-24 00:36:42 +0100
commit8854e46a50a0272578599d2fcd8d1fb363e19c38 (patch)
treecc2eb4055cd19d176b5e4669357906055b1ccba6 /ax25/ax25d.c
parent47349482ee7b737c3cd2a8a1acb18fc3d9b95b0a (diff)
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 <ralf@linux-mips.org>
Diffstat (limited to 'ax25/ax25d.c')
-rw-r--r--ax25/ax25d.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ax25/ax25d.c b/ax25/ax25d.c
index 8140b4f..8da0038 100644
--- a/ax25/ax25d.c
+++ b/ax25/ax25d.c
@@ -138,6 +138,7 @@
#include <netax25/rsconfig.h>
#include <netax25/daemon.h>
+#include <scm-version.h>
#include "../pathnames.h"
@@ -277,7 +278,7 @@ int main(int argc, char *argv[])
break;
case 'v':
- printf("ax25d: %s\n", VERSION);
+ printf("ax25d: %s\n", FULL_VER);
return 1;
default: