From e3d388e310fb9ae8aad89cfc728f8d19c6fb6579 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 16 Mar 2011 09:06:30 +0100 Subject: [PATCH] blktrace 1.0.2 Signed-off-by: Jens Axboe --- blkparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.25.1