]> www.infradead.org Git - mtd-utils.git/commitdiff
mkfs.ubifs: inclreas version to 1.3
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 5 Jun 2009 09:43:03 +0000 (12:43 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 5 Jun 2009 09:43:03 +0000 (12:43 +0300)
... because of the previous serious bug-fix.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
mkfs.ubifs/mkfs.ubifs.c

index 234a512d4640a59e4a2716b4894c96dc20cc9ca8..e4b4e3c6d1f0d3a4372a21dfda4b4ecb7d1ecaec 100644 (file)
@@ -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