X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=os%2Fwindows%2Fversion.h;h=192e391ef7254c4b2169d67883ad039370781def;hp=3abb1d238cd508c3e4de3533b269274394e5ce06;hb=93bcfd20e37cef8cec350fe06d3a086724c9f257;hpb=3f46e64fbd2c76cc89ef8ddfc9189bac285ef638 diff --git a/os/windows/version.h b/os/windows/version.h index 3abb1d23..192e391e 100644 --- a/os/windows/version.h +++ b/os/windows/version.h @@ -1,4 +1,6 @@ -#define FIO_VERSION_MAJOR 1 -#define FIO_VERSION_MINOR 50 -#define FIO_VERSION_BUILD 0 -#define FIO_VERSION_STRING "1.50" +#include "../../fio_version.h" + +#define FIO_VERSION_MAJOR FIO_MAJOR +#define FIO_VERSION_MINOR FIO_MINOR +#define FIO_VERSION_BUILD FIO_PATCH +#define FIO_VERSION_STRING "2.0.3"