X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=os%2Fwindows%2Fversion.h;h=192e391ef7254c4b2169d67883ad039370781def;hb=9277ec144b7a2a852a72e2c4d3f0ff806ccd97aa;hp=e2c95f547308838d22707576f70d7228c82be035;hpb=723cd80afc9fdb3ca816067eb1e4790052ff6d07;p=fio.git diff --git a/os/windows/version.h b/os/windows/version.h index e2c95f54..192e391e 100644 --- a/os/windows/version.h +++ b/os/windows/version.h @@ -1,4 +1,6 @@ -#define FIO_VERSION_MAJOR 1 -#define FIO_VERSION_MINOR 58 -#define FIO_VERSION_BUILD 0 -#define FIO_VERSION_STRING "1.58" +#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.3"