This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/v4l-utils.git tree:
Subject: keytable: make it report the proper v4l-utils version Author: Mauro Carvalho Chehab <[email protected]> Date: Mon Nov 8 14:48:15 2010 -0200 ./ir-keytable --version IR keytable control version 0.8.2-test Signed-off-by: Mauro Carvalho Chehab <[email protected]> Make.rules | 2 +- utils/keytable/keytable.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=d1315dc672f1370df68db78dfb2747df946ba408 diff --git a/Make.rules b/Make.rules index 5799de4..9f42790 100644 --- a/Make.rules +++ b/Make.rules @@ -3,7 +3,7 @@ V4L_UTILS_VERSION=0.8.2-test # These ones can be overriden from the cmdline CFLAGS := -g -O1 -CFLAGS += -Wall -Wpointer-arith +CFLAGS += -Wall -Wpointer-arith -DV4L_UTILS_VERSION='"$(V4L_UTILS_VERSION)"' CXXFLAGS := $(CFLAGS) CFLAGS += -Wstrict-prototypes -Wmissing-prototypes diff --git a/utils/keytable/keytable.c b/utils/keytable/keytable.c index 5e3f968..202db35 100644 --- a/utils/keytable/keytable.c +++ b/utils/keytable/keytable.c @@ -83,7 +83,7 @@ static int parse_code(char *string) return -1; } -const char *argp_program_version = "IR keytable control version 0.1.0"; +const char *argp_program_version = "IR keytable control version "V4L_UTILS_VERSION; const char *argp_program_bug_address = "Mauro Carvalho Chehab <[email protected]>"; static const char doc[] = "\nAllows get/set IR keycode/scancode tables\n" _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
