From 65561f4974a21d0d9f02ba359522fa2d539f4142 Mon Sep 17 00:00:00 2001 From: Frank Haverkamp Date: Wed, 21 Feb 2007 10:40:13 +0100 Subject: 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 --- ubi-utils/src/pfiflash.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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" -- cgit v1.2.3