Fio 1.58

Signed-off-by: Jens Axboe <axboe@kernel.dk>
diff --git a/init.c b/init.c
index f55e5d7..62c070e 100644
--- a/init.c
+++ b/init.c
@@ -22,7 +22,7 @@
 
 #include "lib/getopt.h"
 
-static char fio_version_string[] = "fio 1.57";
+static char fio_version_string[] = "fio 1.58";
 
 #define FIO_RANDSEED		(0xb1899bedUL)
 
diff --git a/os/windows/install.wxs b/os/windows/install.wxs
index a6e1642..708819d 100755
--- a/os/windows/install.wxs
+++ b/os/windows/install.wxs
@@ -2,7 +2,7 @@
 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">

 

 <?define VersionMajor = 1?>

-<?define VersionMinor = 57?>

+<?define VersionMinor = 58?>

 <?define VersionBuild = 0?>

 

 	<Product Id="*"

diff --git a/os/windows/version.h b/os/windows/version.h
index 0e6cea9..e2c95f5 100644
--- a/os/windows/version.h
+++ b/os/windows/version.h
@@ -1,4 +1,4 @@
 #define FIO_VERSION_MAJOR 1

-#define FIO_VERSION_MINOR 57

+#define FIO_VERSION_MINOR 58

 #define FIO_VERSION_BUILD 0

-#define FIO_VERSION_STRING "1.57"

+#define FIO_VERSION_STRING "1.58"