Fio 1.60 fio-1.60
authorJens Axboe <axboe@kernel.dk>
Thu, 13 Oct 2011 14:30:22 +0000 (16:30 +0200)
committerJens Axboe <axboe@kernel.dk>
Thu, 13 Oct 2011 14:30:22 +0000 (16:30 +0200)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
init.c
os/windows/install.wxs
os/windows/version.h

diff --git a/init.c b/init.c
index 0435dd02fa197a9731d5c123432bba54cd606152..d83985e0f688bcaec96a1dd907a8cb9d3e6f0250 100644 (file)
--- a/init.c
+++ b/init.c
@@ -22,7 +22,7 @@
 
 #include "lib/getopt.h"
 
-static char fio_version_string[] = "fio 1.59";
+static char fio_version_string[] = "fio 1.60";
 
 #define FIO_RANDSEED           (0xb1899bedUL)
 
index 028c4cc32f23ba51298dbcf434ae05ec5a4b2ddd..caf59d028bf050d03671ec69d9d9194aa2ec6181 100755 (executable)
@@ -2,7 +2,7 @@
 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">\r
 \r
 <?define VersionMajor = 1?>\r
-<?define VersionMinor = 59?>\r
+<?define VersionMinor = 60?>\r
 <?define VersionBuild = 0?>\r
 \r
        <Product Id="*"\r
index 6c8a228c0d804a1a12afc4107dd34b0ada465a57..31e486b0723cfcc85bfd15ee0c32c94dcf682859 100644 (file)
@@ -1,4 +1,4 @@
 #define FIO_VERSION_MAJOR 1\r
-#define FIO_VERSION_MINOR 59\r
+#define FIO_VERSION_MINOR 60\r
 #define FIO_VERSION_BUILD 0\r
-#define FIO_VERSION_STRING "1.59"\r
+#define FIO_VERSION_STRING "1.60"\r