diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2010-01-15 19:04:21 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2010-01-15 19:12:24 +0200 |
commit | a67747b7a314e685085b62e8239442ea54959dbc (patch) | |
tree | a28c0f197d2b56c5fb6eac53338e2eaf2a3400c7 /ubi-utils | |
parent | 2caf2c6fda66f1f09502245229230743dc20295b (diff) |
ubiformat: boost version to 1.5v1.3.1
We fixed the sequence numbers bug, which is quite serious.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils')
-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 2316d67..8ad5051 100644 --- a/ubi-utils/src/ubiformat.c +++ b/ubi-utils/src/ubiformat.c @@ -44,7 +44,7 @@ #include "crc32.h" #include "common.h" -#define PROGRAM_VERSION "1.4" +#define PROGRAM_VERSION "1.5" #define PROGRAM_NAME "ubiformat" /* The variables below are set by command line arguments */ |