Fio 1.54

Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
diff --git a/init.c b/init.c
index 26e42ef..0689f77 100644
--- a/init.c
+++ b/init.c
@@ -22,7 +22,7 @@
 
 #include "lib/getopt.h"
 
-static char fio_version_string[] = "fio 1.53";
+static char fio_version_string[] = "fio 1.54";
 
 #define FIO_RANDSEED		(0xb1899bedUL)
 
diff --git a/os/windows/install.wxs b/os/windows/install.wxs
index c20580f..2c7ff16 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 = 53?>

+<?define VersionMinor = 54?>

 <?define VersionBuild = 0?>

 

 	<Product Id="*"

diff --git a/os/windows/version.h b/os/windows/version.h
index 04e933d..152489a 100644
--- a/os/windows/version.h
+++ b/os/windows/version.h
@@ -1,4 +1,4 @@
 #define FIO_VERSION_MAJOR 1

-#define FIO_VERSION_MINOR 53

+#define FIO_VERSION_MINOR 54

 #define FIO_VERSION_BUILD 0

-#define FIO_VERSION_STRING "1.53"

+#define FIO_VERSION_STRING "1.54"