From: Jens Axboe Date: Wed, 12 Oct 2011 11:48:44 +0000 (+0200) Subject: Correct Windows fio version X-Git-Tag: fio-1.99.5~5 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=b4f3c497738816693f853fd1161a214158bc14ca Correct Windows fio version Signed-off-by: Jens Axboe --- diff --git a/os/windows/version.h b/os/windows/version.h index d8f4602f..1c25fd86 100644 --- a/os/windows/version.h +++ b/os/windows/version.h @@ -3,4 +3,4 @@ #define FIO_VERSION_MAJOR FIO_MAJOR #define FIO_VERSION_MINOR FIO_MINOR #define FIO_VERSION_BUILD FIO_PATCH -#define FIO_VERSION_STRING "1.99.1" +#define FIO_VERSION_STRING "1.99.4"