X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=os%2Fwindows%2Fversion.h;h=192e391ef7254c4b2169d67883ad039370781def;hb=9277ec144b7a2a852a72e2c4d3f0ff806ccd97aa;hp=0e6cea9ab60468f1fb1fc5bd258b942b28833f3a;hpb=173dbaa47e3a477db65aa9fb1932a33d87436994;p=fio.git diff --git a/os/windows/version.h b/os/windows/version.h index 0e6cea9a..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 57 -#define FIO_VERSION_BUILD 0 -#define FIO_VERSION_STRING "1.57" +#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"