From 43fc870ce04e963def45dfc0d1ed4ea21ef10d4b Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 24 Sep 2014 13:52:31 -0600 Subject: [PATCH] blktrace 1.1.0 Bump it up to a full 1.1 since we now include iowatcher. Signed-off-by: Jens Axboe --- blkparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blkparse.c b/blkparse.c index a27b3ed..ab5edc2 100644 --- a/blkparse.c +++ b/blkparse.c @@ -36,7 +36,7 @@ #include "rbtree.h" #include "jhash.h" -static char blkparse_version[] = "1.0.5"; +static char blkparse_version[] = "1.1.0"; struct skip_info { unsigned long start, end; -- 2.25.1