aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Haverkamp <haver@vnet.ibm.com>2007-02-21 10:40:13 +0100
committerJosh Boyer <jwboyer@gmail.com>2007-02-21 07:23:58 -0600
commit65561f4974a21d0d9f02ba359522fa2d539f4142 (patch)
treed805ca7ecd0c8e59b731bd4000cc450ec7efc32f
parent04d0f33ea243f307e045605603b96419ea458a26 (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>
-rw-r--r--ubi-utils/src/pfiflash.c5
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"