The following changes since commit e52947d15cf0d7d31c30ccdc43450a10081976da: Fix linking of fio executable (2011-03-21 20:13:53 +0100) are available in the git repository at: git://git.kernel.dk/fio.git ..BRANCH.NOT.VERIFIED.. Jens Axboe (1): Fio 1.51 init.c | 2 +- os/windows/install.wxs | 2 +- os/windows/version.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) --- Diff of recent changes: diff --git a/init.c b/init.c index 1cd0cae..65d573a 100644 --- a/init.c +++ b/init.c @@ -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 98b24b3..a4ffa0c 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 3abb1d2..7d803ee 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" -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html