diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2009-05-11 14:00:10 +0200 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2009-05-11 14:00:10 +0200 |
commit | 1e09f6e9012826fca69fa07222b7bc53c3e629ee (patch) | |
tree | 2b253ef76b104d0dc717e9def9affb4ac16a7282 | |
parent | 420c2b7629ca7f7c81896652edb93c3a97c87c4c (diff) | |
download | blktrace-1e09f6e9012826fca69fa07222b7bc53c3e629ee.tar.gz blktrace-1e09f6e9012826fca69fa07222b7bc53c3e629ee.tar.bz2 |
Version 1.0.1blktrace-1.0.1
Signed-off-by: Jens Axboe <jens.axboe@oracle.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.0"; +static char blkparse_version[] = "1.0.1"; struct skip_info { unsigned long start, end; |