aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Norris <computersforpeace@gmail.com>2011-06-23 16:09:47 -0700
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2011-06-25 09:08:16 +0300
commit352d17fc103848bc511b31c3c7d9307f0c9afb02 (patch)
tree1fc75c14cbccf6aeba25c3e204b8430c644a5300
parentc01c7f05759e915d3b31b1530c0caadb11a447aa (diff)
mtd-utils: bump nanddump, mtdinfo version numbers
Signed-off-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
-rw-r--r--nanddump.c2
-rw-r--r--ubi-utils/src/mtdinfo.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/nanddump.c b/nanddump.c
index 54cb1af..0367d83 100644
--- a/nanddump.c
+++ b/nanddump.c
@@ -14,7 +14,7 @@
*/
#define PROGRAM_NAME "nanddump"
-#define VERSION "1.30"
+#define VERSION "1.31"
#define _GNU_SOURCE
#include <ctype.h>
diff --git a/ubi-utils/src/mtdinfo.c b/ubi-utils/src/mtdinfo.c
index b6077e4..bfd7e6d 100644
--- a/ubi-utils/src/mtdinfo.c
+++ b/ubi-utils/src/mtdinfo.c
@@ -21,7 +21,7 @@
* Author: Artem Bityutskiy
*/
-#define PROGRAM_VERSION "1.0"
+#define PROGRAM_VERSION "1.1"
#define PROGRAM_NAME "mtdinfo"
#include <stdint.h>