blob: 9f897cce04c2bf65349ba14e444a44f8874d8ad6 [file] [log] [blame]
Jens Axboe89cf1482011-10-07 10:10:18 +02001#ifndef FIO_VERSION_H
2#define FIO_VERSION_H
3
4#define FIO_MAJOR 1
5#define FIO_MINOR 99
Jens Axboe92ac72c2011-10-14 14:31:06 +02006#define FIO_PATCH 7
Jens Axboe89cf1482011-10-07 10:10:18 +02007
8#endif