Jens Axboe | 89cf148 | 2011-10-07 10:10:18 +0200 | [diff] [blame] | 1 | #ifndef FIO_VERSION_H |
2 | #define FIO_VERSION_H | ||||
3 | |||||
Jens Axboe | d98cd22 | 2011-12-08 09:52:39 +0100 | [diff] [blame] | 4 | #define FIO_MAJOR 2 |
5 | #define FIO_MINOR 0 | ||||
Jens Axboe | 3f36aa6 | 2012-02-07 07:46:09 +0100 | [diff] [blame] | 6 | #define FIO_PATCH 3 |
Jens Axboe | 89cf148 | 2011-10-07 10:10:18 +0200 | [diff] [blame] | 7 | |
8 | #endif |