X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=os%2Fwindows%2Fversion.h;h=192e391ef7254c4b2169d67883ad039370781def;hb=9277ec144b7a2a852a72e2c4d3f0ff806ccd97aa;hp=3642342ca89930225ab59edef30976f85ba73693;hpb=d9a7ba88af39b1047c9f8c077280932cd12cb58e;p=fio.git diff --git a/os/windows/version.h b/os/windows/version.h index 3642342c..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 44 -#define FIO_VERSION_BUILD 3 -#define FIO_VERSION_STRING "1.44.3" +#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"