aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens Axboe <jaxboe@fusionio.com>2011-03-16 09:06:30 +0100
committerJens Axboe <jaxboe@fusionio.com>2011-03-16 09:06:30 +0100
commite3d388e310fb9ae8aad89cfc728f8d19c6fb6579 (patch)
tree74915917ea656e4f23858ebe6069d8e2d71a6e85
parent4fad2b83eea0cbe2eb7d6e7d659c6bbb263f08d4 (diff)
downloadblktrace-e3d388e310fb9ae8aad89cfc728f8d19c6fb6579.tar.gz
blktrace 1.0.2blktrace-1.0.2
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
-rw-r--r--blkparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/blkparse.c b/blkparse.c
index c911185..7ee9f9d 100644
--- a/blkparse.c
+++ b/blkparse.c
@@ -36,7 +36,7 @@
#include "rbtree.h"
#include "jhash.h"
-static char blkparse_version[] = "1.0.1";
+static char blkparse_version[] = "1.0.2";
struct skip_info {
unsigned long start, end;