The following changes since commit 40cfddb4b847d727f5d575b19540c608a3d779e6: remove unnecessary bash-ism (2010-06-02 08:24:03 +0200) are available in the git repository at: git://git.kernel.dk/fio.git master Jens Axboe (1): Fio 1.39 init.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- Diff of recent changes: diff --git a/init.c b/init.c index 3148541..323793d 100644 --- a/init.c +++ b/init.c @@ -21,7 +21,7 @@ #include "verify.h" #include "profile.h" -static char fio_version_string[] = "fio 1.39-rc1"; +static char fio_version_string[] = "fio 1.39"; #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