]> www.infradead.org Git - mtd-utils.git/commitdiff
mkfs.ubifs: make program version 1.1.
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Thu, 23 Oct 2008 17:18:33 +0000 (20:18 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Thu, 23 Oct 2008 17:20:16 +0000 (20:20 +0300)
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
mkfs.ubifs/mkfs.ubifs.c

index f8b4636d54ef7ebc6cd1200efb5a6490b8be3c6b..beadd43d0d7138c9872e95543c8e6a903cccd79c 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "mkfs.ubifs.h"
 
-#define PROGRAM_VERSION "1.0"
+#define PROGRAM_VERSION "1.1"
 
 /* Size (prime number) of hash table for link counting */
 #define HASH_TABLE_SIZE 10099