Fio 1.99.7

Signed-off-by: Jens Axboe <axboe@kernel.dk>
diff --git a/fio_version.h b/fio_version.h
index 3008c64..9f897cc 100644
--- a/fio_version.h
+++ b/fio_version.h
@@ -3,6 +3,6 @@
 
 #define FIO_MAJOR	1
 #define FIO_MINOR	99
-#define FIO_PATCH	6
+#define FIO_PATCH	7
 
 #endif
diff --git a/os/windows/install.wxs b/os/windows/install.wxs
index 69a0e98..914d744 100755
--- a/os/windows/install.wxs
+++ b/os/windows/install.wxs
@@ -3,7 +3,7 @@
 

 <?define VersionMajor = 1?>

 <?define VersionMinor = 99?>

-<?define VersionBuild = 6?>

+<?define VersionBuild = 7?>

 

 	<Product Id="*"

 	  Codepage="1252" Language="1033"

diff --git a/os/windows/version.h b/os/windows/version.h
index b7d3308..5d7c1f1 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.6"

+#define FIO_VERSION_STRING "1.99.7"