diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2010-05-22 08:32:23 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2010-05-22 08:32:23 +0300 |
commit | 9afc1cd5c0b1e56cdd8192aadb68104aae30ae89 (patch) | |
tree | c26f904a6bac8a66d8255d959889f381540808f2 /ubi-utils/src/ubiformat.c | |
parent | 180c09de57d8e254716c562bd0537df543d12577 (diff) | |
parent | a15b1a1409721c1d75c1ecaab90bdeca74c26fd4 (diff) |
Merge branch 'master' of git://git.infradead.org/mtd-utils
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 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 */ |