From 4d1793e25fd6691f8a2407d6d2dfb23809086ef0 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Mon, 27 Jun 2011 11:27:24 -0700 Subject: mtd-utils: switch more utils to unified versioning More utilities now use the common VERSION system. For utils that printed a very simple message, we use the new common_print_version() "function." Signed-off-by: Brian Norris Acked-by: Mike Frysinger Signed-off-by: Artem Bityutskiy --- jffs2dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jffs2dump.c') diff --git a/jffs2dump.c b/jffs2dump.c index d093afc..9e13e98 100644 --- a/jffs2dump.c +++ b/jffs2dump.c @@ -15,7 +15,6 @@ */ #define PROGRAM_NAME "jffs2dump" -#define VERSION "$Revision: 1.10 $" #include #include @@ -36,6 +35,7 @@ #include #include #include "summary.h" +#include "common.h" #define PAD(x) (((x)+3)&~3) -- cgit v1.2.3