X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=os%2Fwindows%2Fversion.h;h=ad331e8dbbf6b65d8ec31b9fe73d853369180513;hp=e9971c8cbf35726f03e8af06ac678df7562017ce;hb=b25b86bcbfabb45fbefe9fc351e6069fdc1b38b1;hpb=27a779bf592d1ebe825e199ff0940aa25ccaf05b diff --git a/os/windows/version.h b/os/windows/version.h index e9971c8c..ad331e8d 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.11"