X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=os%2Fwindows%2Fversion.h;h=ae67d2b44e2c509d0be4bd8e7215526f42510b32;hb=169d40efb669f8d70a4f8df0c4fdcc2c30b76613;hp=e9971c8cbf35726f03e8af06ac678df7562017ce;hpb=27a779bf592d1ebe825e199ff0940aa25ccaf05b;p=fio.git diff --git a/os/windows/version.h b/os/windows/version.h index e9971c8c..ae67d2b4 100644 --- a/os/windows/version.h +++ b/os/windows/version.h @@ -1,4 +1,6 @@ -#define FIO_VERSION_MAJOR 1 -#define FIO_VERSION_MINOR 55 -#define FIO_VERSION_BUILD 0 -#define FIO_VERSION_STRING "1.55" +#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.13"