diff options
author | Jens Axboe <jaxboe@fusionio.com> | 2011-03-16 09:06:30 +0100 |
---|---|---|
committer | Jens Axboe <jaxboe@fusionio.com> | 2011-03-16 09:06:30 +0100 |
commit | e3d388e310fb9ae8aad89cfc728f8d19c6fb6579 (patch) | |
tree | 74915917ea656e4f23858ebe6069d8e2d71a6e85 | |
parent | 4fad2b83eea0cbe2eb7d6e7d659c6bbb263f08d4 (diff) | |
download | blktrace-e3d388e310fb9ae8aad89cfc728f8d19c6fb6579.tar.gz blktrace-e3d388e310fb9ae8aad89cfc728f8d19c6fb6579.tar.bz2 |
blktrace 1.0.2blktrace-1.0.2
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
-rw-r--r-- | blkparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ #include "rbtree.h" #include "jhash.h" -static char blkparse_version[] = "1.0.1"; +static char blkparse_version[] = "1.0.2"; struct skip_info { unsigned long start, end; |