diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-07-26 15:56:57 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-07-26 15:57:53 +0300 |
commit | 89e94489a576d15f47b0cf229c4fb118c731779c (patch) | |
tree | e5ef276a0779bc4fcce057e30a7632a4cea8ca5d /ubi-utils/src/ubiformat.c | |
parent | 1633cc075c780828f667a752c74a1d571a6f041e (diff) |
ubiformat: version 1.4
Increase ubiformat version to reflect the fact that now we
torture PEBs before marking them as bad.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils/src/ubiformat.c')
-rw-r--r-- | ubi-utils/src/ubiformat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubi-utils/src/ubiformat.c b/ubi-utils/src/ubiformat.c index 6ffb090..55ce7aa 100644 --- a/ubi-utils/src/ubiformat.c +++ b/ubi-utils/src/ubiformat.c @@ -45,7 +45,7 @@ #include "crc32.h" #include "common.h" -#define PROGRAM_VERSION "1.3" +#define PROGRAM_VERSION "1.4" #define PROGRAM_NAME "ubiformat" /* The variables below are set by command line arguments */ |