X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=os%2Fwindows%2Fversion.h;h=192e391ef7254c4b2169d67883ad039370781def;hb=9277ec144b7a2a852a72e2c4d3f0ff806ccd97aa;hp=1fd1ab5891ce28edad6b789c723f88e8b47129cb;hpb=178cde9ff403da53428c5962b8600e47b4580d80;p=fio.git diff --git a/os/windows/version.h b/os/windows/version.h index 1fd1ab58..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 99 -#define FIO_VERSION_BUILD 1 -#define FIO_VERSION_STRING "1.99.1" +#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"