summaryrefslogtreecommitdiffstats
path: root/hdlcutil/smmixer.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 /hdlcutil/smmixer.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 'hdlcutil/smmixer.c')
-rw-r--r--hdlcutil/smmixer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hdlcutil/smmixer.c b/hdlcutil/smmixer.c
index fa370f2..69c56f6 100644
--- a/hdlcutil/smmixer.c
+++ b/hdlcutil/smmixer.c
@@ -43,6 +43,7 @@
#include "hdrvcomm.h"
#include <config.h>
+#include <scm-version.h>
/* ---------------------------------------------------------------------- */
@@ -726,7 +727,7 @@ int main(int argc, char *argv[])
struct sm_mixer_data mixdat;
progname = *argv;
- printf("%s: Version " VERSION "; (C) 1996-1997 by Thomas Sailer HB9JNX/AE4WA\n", *argv);
+ printf("%s: Version " FULL_VER "; (C) 1996-1997 by Thomas Sailer HB9JNX/AE4WA\n", *argv);
hdrvc_args(&argc, argv, "sm0");
while ((c = getopt(argc, argv, "")) != -1) {
switch (c) {