From: Jens Axboe Date: Wed, 24 Sep 2014 19:52:31 +0000 (-0600) Subject: blktrace 1.1.0 X-Git-Tag: blktrace-1.1.0^0 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=43fc870ce04e963def45dfc0d1ed4ea21ef10d4b;p=blktrace.git blktrace 1.1.0 Bump it up to a full 1.1 since we now include iowatcher. Signed-off-by: Jens Axboe --- 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;