The following changes since commit 6fe1c1dc473a43a19a0b03a067ff6c1d3fee6bd5: Fix compile on RHEL4/SLES10 (2010-09-30 10:51:42 +0900) are available in the git repository at: git://git.kernel.dk/fio.git master Jens Axboe (1): Fio 1.44 init.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- Diff of recent changes: diff --git a/init.c b/init.c index b84d0ad..e22ae12 100644 --- a/init.c +++ b/init.c @@ -22,7 +22,7 @@ #include "lib/getopt.h" -static char fio_version_string[] = "fio 1.44-rc1"; +static char fio_version_string[] = "fio 1.44"; #define FIO_RANDSEED (0xb1899bedUL) -- 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