From 0abccbcb5d1a538028ffcb3869d646d29bf5812b Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 11 Aug 2011 12:49:08 +0200 Subject: [PATCH] blktrace 1.0.3 Signed-off-by: Jens Axboe --- blkparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blkparse.c b/blkparse.c index 12c7aae..169d491 100644 --- a/blkparse.c +++ b/blkparse.c @@ -36,7 +36,7 @@ #include "rbtree.h" #include "jhash.h" -static char blkparse_version[] = "1.0.2"; +static char blkparse_version[] = "1.0.3"; struct skip_info { unsigned long start, end; -- 2.25.1