From 1e09f6e9012826fca69fa07222b7bc53c3e629ee Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 11 May 2009 14:00:10 +0200 Subject: [PATCH] Version 1.0.1 Signed-off-by: Jens Axboe --- blkparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blkparse.c b/blkparse.c index ef55697..eec4952 100644 --- a/blkparse.c +++ b/blkparse.c @@ -36,7 +36,7 @@ #include "rbtree.h" #include "jhash.h" -static char blkparse_version[] = "1.0.0"; +static char blkparse_version[] = "1.0.1"; struct skip_info { unsigned long start, end; -- 2.25.1