mtd/util nanddump.c, 1.25, 1.26 flash_eraseall.c, 1.17, 1.18 jffs2dump.c, 1.6, 1.7

Artem Bityuckiy dedekind at infradead.org
Thu Dec 2 14:27:57 EST 2004


Update of /home/cvs/mtd/util
In directory phoenix.infradead.org:/tmp/cvs-serv26819

Modified Files:
	nanddump.c flash_eraseall.c jffs2dump.c 
Log Message:
Make VERSION automatically supported by cvs.


Index: nanddump.c
===================================================================
RCS file: /home/cvs/mtd/util/nanddump.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- nanddump.c	2 Dec 2004 19:17:58 -0000	1.25
+++ nanddump.c	2 Dec 2004 19:27:54 -0000	1.26
@@ -31,7 +31,7 @@
 #include <mtd/mtd-user.h>
 
 #define PROGRAM "nanddump"
-#define VERSION "V 1.25"
+#define VERSION "$Revision$"
 
 void display_help (void)
 {

Index: flash_eraseall.c
===================================================================
RCS file: /home/cvs/mtd/util/flash_eraseall.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- flash_eraseall.c	11 Sep 2004 20:05:51 -0000	1.17
+++ flash_eraseall.c	2 Dec 2004 19:27:54 -0000	1.18
@@ -43,7 +43,7 @@
 #include <mtd/jffs2-user.h>
 
 #define PROGRAM "flash_eraseall"
-#define VERSION "1.17"
+#define VERSION "$Revision$"
 
 static const char *exe_name;
 static const char *mtd_device;

Index: jffs2dump.c
===================================================================
RCS file: /home/cvs/mtd/util/jffs2dump.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- jffs2dump.c	18 Jun 2004 22:11:48 -0000	1.6
+++ jffs2dump.c	2 Dec 2004 19:27:54 -0000	1.7
@@ -36,7 +36,7 @@
 #include "crc32.h"
 
 #define PROGRAM "jffs2dump"
-#define VERSION "1.0"
+#define VERSION "$Revision$"
 
 #define PAD(x) (((x)+3)&~3)
 





More information about the linux-mtd-cvs mailing list