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 --- hdlcutil/fl/xfsmmixer_main.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hdlcutil/fl/xfsmmixer_main.cxx') diff --git a/hdlcutil/fl/xfsmmixer_main.cxx b/hdlcutil/fl/xfsmmixer_main.cxx index 57e4701..fd7c222 100644 --- a/hdlcutil/fl/xfsmmixer_main.cxx +++ b/hdlcutil/fl/xfsmmixer_main.cxx @@ -42,6 +42,7 @@ #include "xfsmmixer.h" #include +#include /* ---------------------------------------------------------------------- */ @@ -316,7 +317,7 @@ int main(int argc, char *argv[]) unsigned char mdata; progname = *argv; - printf("%s: Version " VERSION "; (C) 1996,1997,2000 by Thomas Sailer HB9JNX/AE4WA\n", progname); + printf("%s: Version " FULL_VER "; (C) 1996,1997,2000 by Thomas Sailer HB9JNX/AE4WA\n", progname); hdrvc_args(&argc, argv, "sm0"); for (i = 1; i < argc; ) { c = i; -- cgit v1.2.3