From 366d30b9cdb20345c5d064af850d686da79b89eb Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 14 Jun 2021 08:55:52 -0600 Subject: [PATCH] blktrace 1.3.0 Signed-off-by: Jens Axboe --- blkparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blkparse.c b/blkparse.c index 1d7ae95..f88204a 100644 --- a/blkparse.c +++ b/blkparse.c @@ -38,7 +38,7 @@ #include "rbtree.h" #include "jhash.h" -static char blkparse_version[] = "1.2.0"; +static char blkparse_version[] = "1.3.0"; struct skip_info { unsigned long start, end; -- 2.25.1