diff options
author | Frank Haverkamp <haver@vnet.ibm.com> | 2007-02-21 10:40:13 +0100 |
---|---|---|
committer | Josh Boyer <jwboyer@gmail.com> | 2007-02-21 07:23:58 -0600 |
commit | 65561f4974a21d0d9f02ba359522fa2d539f4142 (patch) | |
tree | d805ca7ecd0c8e59b731bd4000cc450ec7efc32f /ubi-utils/src | |
parent | 04d0f33ea243f307e045605603b96419ea458a26 (diff) |
UBI-Utils: Increment version of pfiflash
Incrementing the version number was forgotten in the previous patch.
Signed-off-by: Frank Haverkamp <haver@vnet.ibm.com>
Signed-off-by: Josh Boyer <jwboyer@gmail.com>
Diffstat (limited to 'ubi-utils/src')
-rw-r--r-- | ubi-utils/src/pfiflash.c | 5 |
1 files 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 <unistd.h> @@ -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" |