diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-01-28 14:36:42 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-01-28 14:42:03 +0200 |
commit | f466e8cbb0da6379c832f14168f89282e3133f64 (patch) | |
tree | c2978410814a312ba704900f3dee2f7804397a2d /mkfs.ubifs | |
parent | d49567ea27ee32a7733f8c9b54eacdba10b1860d (diff) |
mkfs.ubifs: update program version to 1.2
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'mkfs.ubifs')
-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 0775972..6c4e912 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.1" +#define PROGRAM_VERSION "1.2" /* Size (prime number) of hash table for link counting */ #define HASH_TABLE_SIZE 10099 |