X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=os%2Fwindows%2Fversion.h;h=cb52a16fc0ebc9dd37d8fda0a2af53b687fd52bc;hb=7d9f80c48c57e9c213a9cd057f29c7823c65918a;hp=6c8a228c0d804a1a12afc4107dd34b0ada465a57;hpb=d386ed1d0be7c99a4b63f43d9dc1a3f27907abf1;p=fio.git diff --git a/os/windows/version.h b/os/windows/version.h index 6c8a228c..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 59 -#define FIO_VERSION_BUILD 0 -#define FIO_VERSION_STRING "1.59" +#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"