fio: add hostname, port, and address type (ipv4, ipv6, or socket) to gui
[fio.git] / fio_version.h
1 #ifndef FIO_VERSION_H
2 #define FIO_VERSION_H
3
4 #define FIO_MAJOR       2
5 #define FIO_MINOR       0
6 #define FIO_PATCH       3
7
8 #endif