From: Frank Haverkamp Date: Wed, 21 Feb 2007 09:40:13 +0000 (+0100) Subject: UBI-Utils: Increment version of pfiflash X-Git-Tag: v1.1.0~13^2~8 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=65561f4974a21d0d9f02ba359522fa2d539f4142;p=mtd-utils.git UBI-Utils: Increment version of pfiflash Incrementing the version number was forgotten in the previous patch. Signed-off-by: Frank Haverkamp Signed-off-by: Josh Boyer --- diff --git a/ubi-utils/src/pfiflash.c b/ubi-utils/src/pfiflash.c index 0b0da56..d5b5406 100644 --- a/ubi-utils/src/pfiflash.c +++ b/ubi-utils/src/pfiflash.c @@ -25,7 +25,8 @@ * 1.1 fixed output to stderr and stdout in logfile mode. * 1.2 updated. * 1.3 removed argp parsing to be able to use uClib. - * 1.4 Minor cleanups + * 1.4 Minor cleanups. + * 1.5 Forgot to delete raw block before updating it. */ #include @@ -42,7 +43,7 @@ #include "error.h" #include "config.h" -#define PROGRAM_VERSION "1.4" +#define PROGRAM_VERSION "1.5" static char doc[] = "\nVersion: " PROGRAM_VERSION "\n\tBuilt on " BUILD_CPU" "BUILD_OS" at "__DATE__" "__TIME__"\n"