diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-06-05 12:43:03 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-06-05 12:43:03 +0300 |
commit | d021e049efaff50de33819b8cd2835d4b79bcfa8 (patch) | |
tree | 31e2f9b436241b6c326739446ca764ec37caa8a2 /mkfs.ubifs/mkfs.ubifs.c | |
parent | 74054e88f39d81188f6a2d31a3b0201c6f47582f (diff) |
mkfs.ubifs: inclreas version to 1.3
... because of the previous serious bug-fix.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'mkfs.ubifs/mkfs.ubifs.c')
-rw-r--r-- | mkfs.ubifs/mkfs.ubifs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkfs.ubifs/mkfs.ubifs.c b/mkfs.ubifs/mkfs.ubifs.c index 234a512..e4b4e3c 100644 --- a/mkfs.ubifs/mkfs.ubifs.c +++ b/mkfs.ubifs/mkfs.ubifs.c @@ -22,7 +22,7 @@ #include "mkfs.ubifs.h" -#define PROGRAM_VERSION "1.2" +#define PROGRAM_VERSION "1.3" /* Size (prime number) of hash table for link counting */ #define HASH_TABLE_SIZE 10099 |