X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=os%2Fwindows%2Fversion.h;h=cb52a16fc0ebc9dd37d8fda0a2af53b687fd52bc;hp=3abb1d238cd508c3e4de3533b269274394e5ce06;hb=7d9f80c48c57e9c213a9cd057f29c7823c65918a;hpb=3f46e64fbd2c76cc89ef8ddfc9189bac285ef638 diff --git a/os/windows/version.h b/os/windows/version.h index 3abb1d23..cb52a16f 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.1"