X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=os%2Fwindows%2Fversion.h;h=f7624a45dbf22fccb520f5d94bacaad166757f24;hb=refs%2Ftags%2Ffio-1.99.10;hp=7d803eef95b495edef162b7acfe381773b4c5391;hpb=01155a985b13bd98f8fc8f3e49f84091dc6e1080;p=fio.git diff --git a/os/windows/version.h b/os/windows/version.h index 7d803eef..f7624a45 100644 --- a/os/windows/version.h +++ b/os/windows/version.h @@ -1,4 +1,6 @@ -#define FIO_VERSION_MAJOR 1 -#define FIO_VERSION_MINOR 51 -#define FIO_VERSION_BUILD 0 -#define FIO_VERSION_STRING "1.51" +#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 "1.99.10"