blob: 25114c6650ca672e6a92f86ca2a89dada02ae881 [file] [log] [blame]
Jens Axboe89cf1482011-10-07 10:10:18 +02001#ifndef FIO_VERSION_H
2#define FIO_VERSION_H
3
Jens Axboed98cd222011-12-08 09:52:39 +01004#define FIO_MAJOR 2
5#define FIO_MINOR 0
Jens Axboe02efade2012-02-28 08:23:23 +01006#define FIO_PATCH 5
Jens Axboe89cf1482011-10-07 10:10:18 +02007
8#endif