diff options
author | Jens Axboe <jaxboe@fusionio.com> | 2011-03-22 14:33:04 +0100 |
---|---|---|
committer | Jens Axboe <jaxboe@fusionio.com> | 2011-03-22 14:33:04 +0100 |
commit | 01155a985b13bd98f8fc8f3e49f84091dc6e1080 (patch) | |
tree | 4ed88baddda4b240a737ebc4b57b98499fcde13e | |
parent | e52947d15cf0d7d31c30ccdc43450a10081976da (diff) | |
download | fio-01155a985b13bd98f8fc8f3e49f84091dc6e1080.tar.gz fio-01155a985b13bd98f8fc8f3e49f84091dc6e1080.tar.bz2 |
Fio 1.51fio-1.51
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
-rw-r--r-- | init.c | 2 | ||||
-rwxr-xr-x | os/windows/install.wxs | 2 | ||||
-rw-r--r-- | os/windows/version.h | 4 |
3 files changed, 4 insertions, 4 deletions
@@ -22,7 +22,7 @@ #include "lib/getopt.h" -static char fio_version_string[] = "fio 1.50.2"; +static char fio_version_string[] = "fio 1.51"; #define FIO_RANDSEED (0xb1899bedUL) diff --git a/os/windows/install.wxs b/os/windows/install.wxs index 98b24b3c..a4ffa0c8 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 = 50?>
+<?define VersionMinor = 51?>
<?define VersionBuild = 0?>
<Product Id="*"
diff --git a/os/windows/version.h b/os/windows/version.h index 3abb1d23..7d803eef 100644 --- a/os/windows/version.h +++ b/os/windows/version.h @@ -1,4 +1,4 @@ #define FIO_VERSION_MAJOR 1
-#define FIO_VERSION_MINOR 50
+#define FIO_VERSION_MINOR 51
#define FIO_VERSION_BUILD 0
-#define FIO_VERSION_STRING "1.50"
+#define FIO_VERSION_STRING "1.51"
|