summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2009-06-05 12:43:03 +0300
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2009-06-05 12:43:03 +0300
commitd021e049efaff50de33819b8cd2835d4b79bcfa8 (patch)
tree31e2f9b436241b6c326739446ca764ec37caa8a2
parent74054e88f39d81188f6a2d31a3b0201c6f47582f (diff)
mkfs.ubifs: inclreas version to 1.3
... because of the previous serious bug-fix. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
-rw-r--r--mkfs.ubifs/mkfs.ubifs.c2
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