]> www.infradead.org Git - mtd-utils.git/commitdiff
UBI-Utils: Increment version of pfiflash
authorFrank Haverkamp <haver@vnet.ibm.com>
Wed, 21 Feb 2007 09:40:13 +0000 (10:40 +0100)
committerJosh Boyer <jwboyer@gmail.com>
Wed, 21 Feb 2007 13:23:58 +0000 (07:23 -0600)
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>
ubi-utils/src/pfiflash.c

index 0b0da560f050f1ad56b87ed32e4190fa79d92a2b..d5b54065faf755e7f45dfa0deb3809f509291ba9 100644 (file)
@@ -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"