Several change have gone into mkfs.jffs2 since we switch from CVS, but the
version number never got incremented. Bump the version number up so people
can distinguish between older and newer versions.
Signed-off-by: Josh Boyer <jwboyer@gmail.com>
" -V, --version Display version information\n"
" -i, --incremental=FILE Parse FILE and generate appendage output for it\n\n";
-static char *revtext = "$Revision: 1.50 $";
+static char *revtext = "1.60";
int load_next_block() {
break;
case 'V':
- error_msg_and_die("revision %.*s\n",
- (int) strlen(revtext) - 13, revtext + 11);
+ error_msg_and_die("revision %s\n", revtext);
case 'e': {
char *next;